diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-08 20:18:50 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-08 20:18:50 +0000 |
commit | 148c6cf3314eb95d070e08889555ff9f8402fcf4 (patch) | |
tree | 301e203c1cca3277f0b4cbdfb3079e22df6bf758 /dev-python/flup | |
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')
-rw-r--r-- | dev-python/flup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/flup/flup-1.0.2.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/flup/ChangeLog b/dev-python/flup/ChangeLog index 3df0b02894cc..e589365f3ba7 100644 --- a/dev-python/flup/ChangeLog +++ b/dev-python/flup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/flup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.7 2009/09/07 19:35:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.8 2009/09/08 20:18:50 arfrever Exp $ + + 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + flup-1.0.2.ebuild: + Set SUPPORT_PYTHON_ABIS. *flup-1.0.2 (07 Sep 2009) 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.*" |