diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-01 10:04:09 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-01 10:04:09 +0000 |
commit | a817033591ef84856b390f8c8861c82877a5384e (patch) | |
tree | 0c50c9be0575fdd5d79569b15fa8deacb2c19620 /app-shells/gentoo-bashcomp | |
parent | Dropped ppc-macos keyword, eselect does the job (diff) | |
download | historical-a817033591ef84856b390f8c8861c82877a5384e.tar.gz historical-a817033591ef84856b390f8c8861c82877a5384e.tar.bz2 historical-a817033591ef84856b390f8c8861c82877a5384e.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild index dfd2ba5eb4b1..d86975a34432 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.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/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.10 2005/11/25 21:01:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.11 2007/03/01 10:03:40 genstef Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -8,7 +8,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" RDEPEND=">=app-shells/bash-completion-20050121-r3" |