diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-28 17:12:42 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-28 17:12:42 +0000 |
commit | 06b21a550d0e85ba767621809f8186ab1b4a6465 (patch) | |
tree | fc21d9495174045544ba2a5665302899689a369b /dev-python/sexy-python | |
parent | remove unused use flag (diff) | |
download | gentoo-2-06b21a550d0e85ba767621809f8186ab1b4a6465.tar.gz gentoo-2-06b21a550d0e85ba767621809f8186ab1b4a6465.tar.bz2 gentoo-2-06b21a550d0e85ba767621809f8186ab1b4a6465.zip |
Restrict 2.4 and 2.5 Python ABIs (bug #353030).
(Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sexy-python')
-rw-r--r-- | dev-python/sexy-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/sexy-python/ChangeLog b/dev-python/sexy-python/ChangeLog index 1bed38669e89..e103cf2b1026 100644 --- a/dev-python/sexy-python/ChangeLog +++ b/dev-python/sexy-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sexy-python -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.25 2010/12/05 18:26:27 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.26 2011/01/28 17:12:42 arfrever Exp $ + + 28 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + sexy-python-0.1.9-r1.ebuild: + Restrict 2.4 and 2.5 Python ABIs (bug #353030). 05 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> sexy-python-0.1.9-r1.ebuild: diff --git a/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild b/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild index 84ba1838c7a7..38922d97ed78 100644 --- a/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild +++ b/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.11 2010/12/05 18:26:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.12 2011/01/28 17:12:42 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit python |