diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-03 15:07:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-03 15:07:14 +0000 |
commit | a263c6517bc9c84264bd012af41139b12cf9a8e4 (patch) | |
tree | bf2eee8fcc1240dd6c693388cc8ac93dab61e65d /app-admin | |
parent | Version bumps (diff) | |
download | gentoo-2-a263c6517bc9c84264bd012af41139b12cf9a8e4.tar.gz gentoo-2-a263c6517bc9c84264bd012af41139b12cf9a8e4.tar.bz2 gentoo-2-a263c6517bc9c84264bd012af41139b12cf9a8e4.zip |
FreeBSD doesn't like having as interpreter of a script another script, unkeywording until fixed.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20090801.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index b7ed2d0b130b..fbd4ca410d85 100644 --- a/app-admin/eselect-python/ChangeLog +++ b/app-admin/eselect-python/ChangeLog @@ -1,6 +1,11 @@ # 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.32 2009/08/01 12:38:05 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.33 2009/08/03 15:07:14 flameeyes Exp $ + + 03 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> + eselect-python-20090801.ebuild: + FreeBSD doesn't like having as interpreter of a script another script, + unkeywording until fixed. 01 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> eselect-python-20090801.ebuild: diff --git a/app-admin/eselect-python/eselect-python-20090801.ebuild b/app-admin/eselect-python/eselect-python-20090801.ebuild index da7cfb79101c..92c055550f71 100644 --- a/app-admin/eselect-python/eselect-python-20090801.ebuild +++ b/app-admin/eselect-python/eselect-python-20090801.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-20090801.ebuild,v 1.2 2009/08/01 12:38:05 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20090801.ebuild,v 1.3 2009/08/03 15:07:14 flameeyes Exp $ DESCRIPTION="Manages multiple Python versions" HOMEPAGE="http://www.gentoo.org" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/python.eselect-${PVR}.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND=">=app-admin/eselect-1.0.2" |