summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 15:50:00 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 15:50:00 +0000
commit28cb199a3809721f684a8ff429645008659eea86 (patch)
tree0cfd612486942f81b53c120d04a72cf17fe160f1 /dev-python/vertex/vertex-0.3.0.ebuild
parentUse PyPI mirrors. (diff)
downloadgentoo-2-28cb199a3809721f684a8ff429645008659eea86.tar.gz
gentoo-2-28cb199a3809721f684a8ff429645008659eea86.tar.bz2
gentoo-2-28cb199a3809721f684a8ff429645008659eea86.zip
Fix dependencies.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/vertex/vertex-0.3.0.ebuild')
-rw-r--r--dev-python/vertex/vertex-0.3.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/vertex/vertex-0.3.0.ebuild b/dev-python/vertex/vertex-0.3.0.ebuild
index 5f7a24f67166..226309f6076e 100644
--- a/dev-python/vertex/vertex-0.3.0.ebuild
+++ b/dev-python/vertex/vertex-0.3.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/vertex-0.3.0.ebuild,v 1.3 2010/12/26 15:48:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/vertex-0.3.0.ebuild,v 1.4 2010/12/26 15:50:00 arfrever Exp $
-EAPI="2"
+EAPI="3"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
# setup.py uses epsilon.setuphelper.autosetup(), which tries to use
# build-${PYTHON_ABI} directories as packages.
@@ -28,7 +30,6 @@ DEPEND=">=dev-libs/openssl-0.9.7
>=dev-python/pyopenssl-0.6
>=dev-python/twisted-2.4"
RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"