summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-30 00:03:15 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-30 00:03:15 +0000
commitc9f5cd81b8151f5b6aeae877a6374a5540f48ddf (patch)
tree2d3849a11acd519a971dc5a1501e06b2dc072a13 /dev-python
parentUse PYTHON_DEPEND instead of NEED_PYTHON. (diff)
downloadgentoo-2-c9f5cd81b8151f5b6aeae877a6374a5540f48ddf.tar.gz
gentoo-2-c9f5cd81b8151f5b6aeae877a6374a5540f48ddf.tar.bz2
gentoo-2-c9f5cd81b8151f5b6aeae877a6374a5540f48ddf.zip
Use PYTHON_DEPEND instead of NEED_PYTHON.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fusil/ChangeLog6
-rw-r--r--dev-python/fusil/fusil-1.3.2.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/fusil/ChangeLog b/dev-python/fusil/ChangeLog
index 31a8fc393ad1..a8185989e13b 100644
--- a/dev-python/fusil/ChangeLog
+++ b/dev-python/fusil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/fusil
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.5 2010/01/09 19:59:57 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.6 2010/06/30 00:03:15 arfrever Exp $
+
+ 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ fusil-1.3.2.ebuild:
+ Use PYTHON_DEPEND instead of NEED_PYTHON.
*fusil-1.3.2 (09 Jan 2010)
diff --git a/dev-python/fusil/fusil-1.3.2.ebuild b/dev-python/fusil/fusil-1.3.2.ebuild
index 1e2abf1db0e1..3933d0f4b10e 100644
--- a/dev-python/fusil/fusil-1.3.2.ebuild
+++ b/dev-python/fusil/fusil-1.3.2.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.3 2010/02/28 13:39:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.4 2010/06/30 00:03:15 arfrever Exp $
-EAPI="2"
-NEED_PYTHON="2.5"
+EAPI="3"
+PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4"
inherit distutils eutils
@@ -19,7 +20,6 @@ IUSE="doc examples"
DEPEND=">=dev-python/python-ptrace-0.6"
RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="2.4"
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"