From: Kent Fredric Date: Wed, 13 Jul 2016 08:05:23 +0000 (+1200) Subject: dev-perl/MooseX-Types-DateTimeX: Remove legacy test fallback re bug #584238 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=935e6a166e8c60e55a9c36f864275999692d96fe;p=gentoo.git dev-perl/MooseX-Types-DateTimeX: Remove legacy test fallback re bug #584238 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" --- diff --git a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild index 79b40dde87f6..a07b943d1a78 100644 --- a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild +++ b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.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$ @@ -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 ) "