Skip to content

Commit

Permalink
dev-perl/MooseX-Types-DateTimeX: Remove legacy test fallback re bug #…
Browse files Browse the repository at this point in the history
…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"
  • Loading branch information
kentfredric committed Jul 16, 2016
1 parent 357ff29 commit 935e6a1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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
)
"

Expand Down

0 comments on commit 935e6a1

Please sign in to comment.