diff options
author | 2009-09-08 20:18:50 +0000 | |
---|---|---|
committer | 2009-09-08 20:18:50 +0000 | |
commit | 148c6cf3314eb95d070e08889555ff9f8402fcf4 (patch) | |
tree | 301e203c1cca3277f0b4cbdfb3079e22df6bf758 /dev-python/flup/flup-1.0.2.ebuild | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-148c6cf3314eb95d070e08889555ff9f8402fcf4.tar.gz gentoo-2-148c6cf3314eb95d070e08889555ff9f8402fcf4.tar.bz2 gentoo-2-148c6cf3314eb95d070e08889555ff9f8402fcf4.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14218-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/flup/flup-1.0.2.ebuild')
-rw-r--r-- | dev-python/flup/flup-1.0.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/flup/flup-1.0.2.ebuild b/dev-python/flup/flup-1.0.2.ebuild index e1f70537456a..1c40bb871cbf 100644 --- a/dev-python/flup/flup-1.0.2.ebuild +++ b/dev-python/flup/flup-1.0.2.ebuild @@ -1,8 +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/flup/flup-1.0.2.ebuild,v 1.1 2009/09/07 19:35:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.2 2009/09/08 20:18:50 arfrever Exp $ -NEED_PYTHON=2.4 +EAPI="2" +SUPPORT_PYTHON_ABIS="1" inherit distutils @@ -17,3 +18,4 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" |