diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:53:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:53:20 +0000 |
commit | 6000edf39c5ba3565750bf60aff23b8b4f5a23b5 (patch) | |
tree | 19543fa27f9245bc8f272feee58a0e1c5e67610c /app-admin/eselect-python | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-6000edf39c5ba3565750bf60aff23b8b4f5a23b5.tar.gz gentoo-2-6000edf39c5ba3565750bf60aff23b8b4f5a23b5.tar.bz2 gentoo-2-6000edf39c5ba3565750bf60aff23b8b4f5a23b5.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-python')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20111108.ebuild | 6 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-99999999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index 868d8309f890..5d51f5984636 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.64 2011/11/08 23:55:51 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.65 2012/04/26 14:53:20 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> + eselect-python-20111108.ebuild, eselect-python-99999999.ebuild: + keyword ~amd64-fbsd *eselect-python-20111108 (09 Nov 2011) diff --git a/app-admin/eselect-python/eselect-python-20111108.ebuild b/app-admin/eselect-python/eselect-python-20111108.ebuild index 9f82be490e2d..bfe31c0279c2 100644 --- a/app-admin/eselect-python/eselect-python-20111108.ebuild +++ b/app-admin/eselect-python/eselect-python-20111108.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20111108.ebuild,v 1.1 2011/11/08 23:55:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20111108.ebuild,v 1.2 2012/04/26 14:53:20 aballier Exp $ # Keep the EAPI low here because everything else depends on it. # We want to make upgrading simpler. @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit autotools subversion else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Eselect module for management of multiple Python versions" diff --git a/app-admin/eselect-python/eselect-python-99999999.ebuild b/app-admin/eselect-python/eselect-python-99999999.ebuild index 7acb15afb6f3..4111ba186633 100644 --- a/app-admin/eselect-python/eselect-python-99999999.ebuild +++ b/app-admin/eselect-python/eselect-python-99999999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.6 2011/11/08 23:55:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.7 2012/04/26 14:53:20 aballier Exp $ # Keep the EAPI low here because everything else depends on it. # We want to make upgrading simpler. @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit autotools subversion else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Eselect module for management of multiple Python versions" |