diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-03 19:30:55 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-03 19:30:55 +0000 |
commit | cddf5ac2161afacfa0ba06167811818b2c8e70af (patch) | |
tree | 9405b487a158cbdc594c9ac0d9298d1b0b6cffa2 /dev-python/utidylib | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-cddf5ac2161afacfa0ba06167811818b2c8e70af.tar.gz gentoo-2-cddf5ac2161afacfa0ba06167811818b2c8e70af.tar.bz2 gentoo-2-cddf5ac2161afacfa0ba06167811818b2c8e70af.zip |
Restrict 2.4 ABI.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/utidylib-0.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/utidylib/utidylib-0.2-r1.ebuild b/dev-python/utidylib/utidylib-0.2-r1.ebuild index 71e856f86fbf..2121521376ab 100644 --- a/dev-python/utidylib/utidylib-0.2-r1.ebuild +++ b/dev-python/utidylib/utidylib-0.2-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.3 2010/04/03 19:27:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.4 2010/04/03 19:30:55 arfrever Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" DISTUTILS_SRC_TEST="trial tidy" @@ -24,7 +24,7 @@ RDEPEND="app-text/htmltidy" DEPEND="${RDEPEND} app-arch/unzip doc? ( dev-python/epydoc )" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" S="${WORKDIR}/${MY_P}" |