diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 13:08:33 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 13:08:33 +0000 |
commit | b0af1ce47d2da4fd798c6da04eb2303ce40c8824 (patch) | |
tree | 905a38a8a98e4ce7d71358b64835d0280075df31 /app-shells | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-b0af1ce47d2da4fd798c6da04eb2303ce40c8824.tar.gz gentoo-2-b0af1ce47d2da4fd798c6da04eb2303ce40c8824.tar.bz2 gentoo-2-b0af1ce47d2da4fd798c6da04eb2303ce40c8824.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index ce43b741ea72..c3ab7329f913 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.39 2010/01/06 17:47:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.40 2010/01/07 13:08:33 aballier Exp $ + + 07 Jan 2010; Alexis Ballier <aballier@gentoo.org> + gentoo-bashcomp-20091225.ebuild: + keyword ~x86-fbsd 06 Jan 2010; Raúl Porcel <armin76@gentoo.org> gentoo-bashcomp-20090613.ebuild, gentoo-bashcomp-20091225.ebuild: diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild index 0bd9ae365c21..44ecaced3975 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild,v 1.2 2010/01/06 17:47:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20091225.ebuild,v 1.3 2010/01/07 13:08:33 aballier Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, repoman, layman, etc)" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="app-shells/bash-completion" |