diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-08 02:59:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-08 02:59:30 +0000 |
commit | ed523de30636ae2dfc2f0ef44104d6355dcbd5bb (patch) | |
tree | a2a842f3ed4045262ded1be20e4be8a0b26a1779 /dev-python/pycountry | |
parent | fix by Peter Alfredsen for libdir tweaking in multilib .la files #283761 (diff) | |
download | historical-ed523de30636ae2dfc2f0ef44104d6355dcbd5bb.tar.gz historical-ed523de30636ae2dfc2f0ef44104d6355dcbd5bb.tar.bz2 historical-ed523de30636ae2dfc2f0ef44104d6355dcbd5bb.zip |
Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-14215-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r-- | dev-python/pycountry/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pycountry/pycountry-0.11.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-python/pycountry/ChangeLog b/dev-python/pycountry/ChangeLog index ceaff3667433..7141ea7c8526 100644 --- a/dev-python/pycountry/ChangeLog +++ b/dev-python/pycountry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycountry # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.4 2009/09/07 21:03:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.5 2009/09/08 02:54:35 arfrever Exp $ + + 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pycountry-0.11.ebuild: + Set SUPPORT_PYTHON_ABIS. *pycountry-0.11 (07 Sep 2009) diff --git a/dev-python/pycountry/pycountry-0.11.ebuild b/dev-python/pycountry/pycountry-0.11.ebuild index 59d156f2519f..1405e7afc45c 100644 --- a/dev-python/pycountry/pycountry-0.11.ebuild +++ b/dev-python/pycountry/pycountry-0.11.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.11.ebuild,v 1.1 2009/09/07 21:03:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.11.ebuild,v 1.2 2009/09/08 02:54:35 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" inherit distutils @@ -16,6 +19,7 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" src_install() { distutils_src_install |