diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2005-01-02 08:44:39 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2005-01-02 08:44:39 +0000 |
commit | 83cd19efafc14dadb961459630ecff9441312d9d (patch) | |
tree | 5ff21621865cce6e2191b04540d044fdb770ed95 /app-shells | |
parent | hppa stable #75746 (Manifest recommit) (diff) | |
download | gentoo-2-83cd19efafc14dadb961459630ecff9441312d9d.tar.gz gentoo-2-83cd19efafc14dadb961459630ecff9441312d9d.tar.bz2 gentoo-2-83cd19efafc14dadb961459630ecff9441312d9d.zip |
Stable on ppc-macos.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index b9c218d9a0c7..bb6f718365b6 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash-completion-config # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.21 2005/01/01 15:00:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.22 2005/01/02 08:44:39 gongloo Exp $ + + 02 Jan 2005; <gongloo@gentoo.org> bash-completion-config-0.7.ebuild: + Stable on ppc-macos. 01 Jan 2005; Markus Rothe <corsair@gentoo.org> bash-completion-config-0.7.ebuild: diff --git a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild index 4df382466191..cfa65bff6cbe 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.7 2005/01/02 08:08:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.8 2005/01/02 08:44:39 gongloo Exp $ MY_PN="bashcomp-config" MY_P="${MY_PN}-${PV}" @@ -12,7 +12,7 @@ SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ppc64 ~ppc-macos s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ppc64 ppc-macos s390 sparc x86" IUSE="" RDEPEND=">=app-shells/bash-2.05" |