diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-08 02:54:35 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-08 02:54:35 +0000 |
commit | eedf4135e552d4c4a627e6bbd761641ce4109f68 (patch) | |
tree | 26def4b6d26e58db2e2e95c451b2d9b4157ea05a /dev-python/pycountry | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-eedf4135e552d4c4a627e6bbd761641ce4109f68.tar.gz gentoo-2-eedf4135e552d4c4a627e6bbd761641ce4109f68.tar.bz2 gentoo-2-eedf4135e552d4c4a627e6bbd761641ce4109f68.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: 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 |