summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-20 14:14:21 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-20 14:14:21 +0000
commit2e53d05fb0dfa09842c0d1cffbf1be188c918656 (patch)
tree642f08afac926f3f86fbd1f5ad2df23924c66fcc /dev-python
parentUse virtualx.eclass to ensure DISPLAY is set for FEATURES="test" wrt #416729 ... (diff)
downloadgentoo-2-2e53d05fb0dfa09842c0d1cffbf1be188c918656.tar.gz
gentoo-2-2e53d05fb0dfa09842c0d1cffbf1be188c918656.tar.bz2
gentoo-2-2e53d05fb0dfa09842c0d1cffbf1be188c918656.zip
Remove PYTHON_DEPEND.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/subunit/ChangeLog5
-rw-r--r--dev-python/subunit/subunit-0.0.8.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog
index 78480429372b..11646914c5d7 100644
--- a/dev-python/subunit/ChangeLog
+++ b/dev-python/subunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/subunit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.16 2012/05/19 17:03:34 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.17 2012/05/20 14:14:21 floppym Exp $
+
+ 20 May 2012; Mike Gilbert <floppym@gentoo.org> subunit-0.0.8.ebuild:
+ Remove PYTHON_DEPEND.
*subunit-0.0.8 (19 May 2012)
diff --git a/dev-python/subunit/subunit-0.0.8.ebuild b/dev-python/subunit/subunit-0.0.8.ebuild
index 5bef148e161a..c4a50ee0957f 100644
--- a/dev-python/subunit/subunit-0.0.8.ebuild
+++ b/dev-python/subunit/subunit-0.0.8.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.8.ebuild,v 1.1 2012/05/19 17:03:34 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.8.ebuild,v 1.2 2012/05/20 14:14:21 floppym Exp $
EAPI="3"
-PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-pypy-*" # mis-detected sitedir
PYTHON_EXPORT_PHASE_FUNCTIONS="1"