diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-17 10:33:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-17 10:33:40 +0000 |
commit | d39295f315b4235d5e963931821ee1d97b754eb9 (patch) | |
tree | b2c32e9dc199f2ad335632791ba42c39c3d9fe72 /app-admin | |
parent | Stable on x86 and amd64. (diff) | |
download | gentoo-2-d39295f315b4235d5e963931821ee1d97b754eb9.tar.gz gentoo-2-d39295f315b4235d5e963931821ee1d97b754eb9.tar.bz2 gentoo-2-d39295f315b4235d5e963931821ee1d97b754eb9.zip |
restore fbsd keywords now that its fine
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20090814.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index 021efb75c4b8..625ec2f01be8 100644 --- a/app-admin/eselect-python/ChangeLog +++ b/app-admin/eselect-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.37 2009/08/14 19:52:33 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.38 2009/08/17 10:33:40 aballier Exp $ + + 17 Aug 2009; Alexis Ballier <aballier@gentoo.org> + eselect-python-20090814.ebuild: + restore fbsd keywords now that its fine *eselect-python-20090814 (14 Aug 2009) diff --git a/app-admin/eselect-python/eselect-python-20090814.ebuild b/app-admin/eselect-python/eselect-python-20090814.ebuild index eaf3b26ac849..10f516de8282 100644 --- a/app-admin/eselect-python/eselect-python-20090814.ebuild +++ b/app-admin/eselect-python/eselect-python-20090814.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20090814.ebuild,v 1.1 2009/08/14 19:52:33 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20090814.ebuild,v 1.2 2009/08/17 10:33:40 aballier Exp $ inherit flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND=">=app-admin/eselect-1.0.2" |