summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-19 19:36:55 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-19 19:36:55 +0000
commita41c0f482a13ca73be188cc288f0ae110c3f2686 (patch)
tree777cd45c3949592f192d72189254f6d63e109cc9 /dev-python/iso8601/iso8601-0.1.4.ebuild
parentBlock new versions of Python. Patch by Arfrever. (diff)
downloadgentoo-2-a41c0f482a13ca73be188cc288f0ae110c3f2686.tar.gz
gentoo-2-a41c0f482a13ca73be188cc288f0ae110c3f2686.tar.bz2
gentoo-2-a41c0f482a13ca73be188cc288f0ae110c3f2686.zip
Require Python 2. Patch by Arfrever.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/iso8601/iso8601-0.1.4.ebuild')
-rw-r--r--dev-python/iso8601/iso8601-0.1.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/iso8601/iso8601-0.1.4.ebuild b/dev-python/iso8601/iso8601-0.1.4.ebuild
index 6775c0652331..4c45a4d46729 100644
--- a/dev-python/iso8601/iso8601-0.1.4.ebuild
+++ b/dev-python/iso8601/iso8601-0.1.4.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4.ebuild,v 1.1 2011/07/30 01:16:20 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4.ebuild,v 1.2 2011/08/19 19:36:55 hwoarang Exp $
EAPI=3
-
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils