summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-26 01:05:22 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-26 01:05:22 +0200
commite8a0e66dc4f478995658812b85a13d20de45b795 (patch)
treea52a97d30615f1fda4baf83e79cdc725f412229b /dev-python/subunit
parentdev-perl/Module-Info: added ~alpha, bug 578382. (diff)
downloadgentoo-e8a0e66dc4f478995658812b85a13d20de45b795.tar.gz
gentoo-e8a0e66dc4f478995658812b85a13d20de45b795.tar.bz2
gentoo-e8a0e66dc4f478995658812b85a13d20de45b795.zip
dev-python/subunit: Perl needs to be in RDEPEND, too. Empty revbump so the Perl subslot is recorded during rebuild.
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --force
Diffstat (limited to 'dev-python/subunit')
-rw-r--r--dev-python/subunit/subunit-1.1.0.ebuild7
-rw-r--r--dev-python/subunit/subunit-1.2.0-r1.ebuild (renamed from dev-python/subunit/subunit-1.2.0.ebuild)7
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/subunit/subunit-1.1.0.ebuild b/dev-python/subunit/subunit-1.1.0.ebuild
index f99802a3c81a..701b63f15d11 100644
--- a/dev-python/subunit/subunit-1.1.0.ebuild
+++ b/dev-python/subunit/subunit-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,10 +19,11 @@ IUSE="static-libs test"
RDEPEND="
>=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
- dev-python/extras[${PYTHON_USEDEP}]"
+ dev-python/extras[${PYTHON_USEDEP}]
+ dev-lang/perl:=
+"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- dev-lang/perl:=
>=dev-libs/check-0.9.11[${MULTILIB_USEDEP}]
>=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
diff --git a/dev-python/subunit/subunit-1.2.0.ebuild b/dev-python/subunit/subunit-1.2.0-r1.ebuild
index 3f93852a1c6c..b529dbeabe30 100644
--- a/dev-python/subunit/subunit-1.2.0.ebuild
+++ b/dev-python/subunit/subunit-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,10 +19,11 @@ IUSE="static-libs test"
RDEPEND="
>=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
- dev-python/extras[${PYTHON_USEDEP}]"
+ dev-python/extras[${PYTHON_USEDEP}]
+ dev-lang/perl:=
+"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- dev-lang/perl:=
>=dev-libs/check-0.9.11[${MULTILIB_USEDEP}]
>=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]