diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-11-04 17:29:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-11-04 17:29:54 +0000 |
commit | 69bc30a75072a003e58fa71e74923485fe905c62 (patch) | |
tree | 93d7e5ff7a435833daf6cfc359b00cd7d376b392 /app-shells | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-69bc30a75072a003e58fa71e74923485fe905c62.tar.gz gentoo-2-69bc30a75072a003e58fa71e74923485fe905c62.tar.bz2 gentoo-2-69bc30a75072a003e58fa71e74923485fe905c62.zip |
marked ~ppc64; bug #69991
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 68d082361211..ec58daa9db7f 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.9 2004/11/04 13:35:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.10 2004/11/04 17:29:54 corsair Exp $ + + 04 Nov 2004; Markus Rothe <corsair@gentoo.org> + bash-completion-config-0.4.ebuild: + Marked ~ppc64; bug #69991 05 Nov 2004; Joseph Jezak <josejx@gentoo.org> bash-completion-config-0.2.ebuild, bash-completion-config-0.3.ebuild, diff --git a/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild index 64ce574c2413..8c4056f38c40 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.4.ebuild,v 1.5 2004/11/04 13:35:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild,v 1.6 2004/11/04 17:29:54 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~x86 ~mips ~sparc ~ppc ~ppc-macos ~ppc64" IUSE="" RDEPEND=">=app-shells/bash-2.05" |