commit:     e8a0e66dc4f478995658812b85a13d20de45b795
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 23:05:22 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 25 23:05:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a0e66d

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

 dev-python/subunit/subunit-1.1.0.ebuild                            | 7 ++++---
 .../subunit/{subunit-1.2.0.ebuild => subunit-1.2.0-r1.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 f99802a..701b63f 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
similarity index 97%
rename from dev-python/subunit/subunit-1.2.0.ebuild
rename to dev-python/subunit/subunit-1.2.0-r1.ebuild
index 3f93852..b529dbe 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}]

Reply via email to