diff options
author | 2005-01-01 15:00:56 +0000 | |
---|---|---|
committer | 2005-01-01 15:00:56 +0000 | |
commit | e2323a0fc26b5b0341e128851bd112730501cd3f (patch) | |
tree | 88a173632446dd7aa99a7baa93c0077aa1a44a51 /app-shells/bash-completion-config | |
parent | Updated Copyright dates to 2005. (Manifest recommit) (diff) | |
download | gentoo-2-e2323a0fc26b5b0341e128851bd112730501cd3f.tar.gz gentoo-2-e2323a0fc26b5b0341e128851bd112730501cd3f.tar.bz2 gentoo-2-e2323a0fc26b5b0341e128851bd112730501cd3f.zip |
Stable on ppc64
Diffstat (limited to 'app-shells/bash-completion-config')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.7.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 0c847ed8d5b9..b9c218d9a0c7 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion-config -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.20 2005/01/01 00:22:30 ka0ttic Exp $ +# 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 $ + + 01 Jan 2005; Markus Rothe <corsair@gentoo.org> + bash-completion-config-0.7.ebuild: + Stable on ppc64 31 Dec 2004; Aaron Walker <ka0ttic@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 d7fcb5b40d2a..95608394f83d 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.5 2005/01/01 00:22:30 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.6 2005/01/01 15:00:56 corsair 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 ~s390 x86 mips sparc ~ppc ~ppc-macos ~ppc64" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~s390 x86 mips sparc ~ppc ~ppc-macos ppc64" IUSE="" RDEPEND=">=app-shells/bash-2.05" |