diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-08 12:31:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-08 12:31:35 +0000 |
commit | 41e7be22fb026ca4c9880a110144a0f001495e7b (patch) | |
tree | 3630d21bfb39d0fe0b4a99eb53549c14cfec7efa /app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild | |
parent | Add patch to fix /etc/passwd corruption (#87405). (diff) | |
download | gentoo-2-41e7be22fb026ca4c9880a110144a0f001495e7b.tar.gz gentoo-2-41e7be22fb026ca4c9880a110144a0f001495e7b.tar.bz2 gentoo-2-41e7be22fb026ca4c9880a110144a0f001495e7b.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild')
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild index 8913318d7b79..6bb4d8234a4d 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8-r1.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.8-r1.ebuild,v 1.1 2005/04/06 14:15:21 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild,v 1.2 2005/04/08 12:30:03 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 mips ppc ~ppc64 ~ppc-macos s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~ppc-macos s390 sparc x86" IUSE="" DEPEND=">=app-shells/bash-2.05" |