Revert "dev-perl/self: Sanitize dependencies" - whatever you tried to fix, this wasn...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 16 May 2016 22:13:04 +0000 (00:13 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 16 May 2016 22:13:04 +0000 (00:13 +0200)
This reverts commit 293d56ef11348e7af270c97c88c3b81329f796bc.

dev-perl/self/self-0.350.0.ebuild

index c9b1d0289e05c11ef6f7db11563bea74b340ff17..87885faeb6fdad672fc3fca9d7e2ba0826dc3ed7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,15 +15,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-CDEPEND="
+DEPEND="
        >=dev-perl/B-Hooks-Parser-0.80.0
        >=dev-perl/B-OPCheck-0.270.0
        >=dev-perl/Devel-Declare-0.3.4
        >=dev-perl/PadWalker-1.930.0
        dev-perl/Sub-Exporter
 "
-RDEPEND="${CDEPEND}
-       >=virtual/perl-ExtUtils-MakeMaker-6.590.0"
-DEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
        test? ( >=virtual/perl-Test-Simple-0.420.0 )
 "