dev-perl/MooseX-Types-DateTimeX: Remove legacy test fallback re bug #584238
authorKent Fredric <kentnl@gentoo.org>
Wed, 13 Jul 2016 08:05:23 +0000 (20:05 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 16 Jul 2016 07:12:59 +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/584238

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/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild

index 79b40dde87f6ed6e7cb827f6b9732e129f0bba8f..a07b943d1a785e9a303d845c614cc74d8200250e 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$
 
@@ -25,9 +25,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
        >=virtual/perl-ExtUtils-MakeMaker-6.420.0
        test? (
-               || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-use-ok-0.20.0 )
+               >=virtual/perl-Test-Simple-1.1.10
                >=dev-perl/Test-Exception-0.270.0
-               virtual/perl-Test-Simple
        )
 "