summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-08 02:59:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-08 02:59:30 +0000
commitf142b2ee2bdf82689c05b31cc4e2925a352e37ce (patch)
tree589145aee0f9ef2260de0b50974ab4010b51f1f2 /dev-python/py/py-1.0.2.ebuild
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-f142b2ee2bdf82689c05b31cc4e2925a352e37ce.tar.gz
gentoo-2-f142b2ee2bdf82689c05b31cc4e2925a352e37ce.tar.bz2
gentoo-2-f142b2ee2bdf82689c05b31cc4e2925a352e37ce.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14215-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/py/py-1.0.2.ebuild')
-rw-r--r--dev-python/py/py-1.0.2.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/py/py-1.0.2.ebuild b/dev-python/py/py-1.0.2.ebuild
index c11b550d13a5..c9c0c8156c15 100644
--- a/dev-python/py/py-1.0.2.ebuild
+++ b/dev-python/py/py-1.0.2.ebuild
@@ -1,8 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.0.2.ebuild,v 1.1 2009/09/07 20:59:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.0.2.ebuild,v 1.2 2009/09/08 02:59:30 arfrever Exp $
-NEED_PYTHON=2.3
+EAPI="2"
+
+NEED_PYTHON="2.3"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -16,3 +19,4 @@ IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"