dev-perl/Devel-ArgNames: Remove legacy test fallback re bug #584238
authorKent Fredric <kentnl@gentoo.org>
Wed, 13 Jul 2016 04:48:24 +0000 (16:48 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 16 Jul 2016 07:12:49 +0000 (19:12 +1200)
Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

Bug: https://bugs.gentoo.org/58423

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild

index 432ac18db62c5479301e1834b037b5d099257fa2..5907c36ffa14a2a978237bb7c1f8259f2761b96f 100644 (file)
@@ -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$
 
@@ -17,7 +17,7 @@ IUSE="test"
 RDEPEND="dev-perl/PadWalker"
 DEPEND="${RDEPEND}
        test? (
-               || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+               >=virtual/perl-Test-Simple-1.1.10
        )
 "