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
commit5383361ae38c74a3fb9220d4a04bc192b410cf75 (patch)
tree2c9dd0ed73c666312760acf5ea2beae81885eba0 /dev-python/iso8601/iso8601-0.1.4.ebuild
parentBlock new versions of Python. Patch by Arfrever. (diff)
downloadhistorical-5383361ae38c74a3fb9220d4a04bc192b410cf75.tar.gz
historical-5383361ae38c74a3fb9220d4a04bc192b410cf75.tar.bz2
historical-5383361ae38c74a3fb9220d4a04bc192b410cf75.zip
Require Python 2. Patch by Arfrever.
Package-Manager: portage-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