diff options
author | 2009-09-08 02:54:35 +0000 | |
---|---|---|
committer | 2009-09-08 02:54:35 +0000 | |
commit | eedf4135e552d4c4a627e6bbd761641ce4109f68 (patch) | |
tree | 26def4b6d26e58db2e2e95c451b2d9b4157ea05a /dev-python/pycountry/pycountry-0.11.ebuild | |
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/pycountry-0.11.ebuild')
-rw-r--r-- | dev-python/pycountry/pycountry-0.11.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |