dev-perl/Test-Trap: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-Tester based on
versions, always use Test-Simple so we can eliminate Test-Tester

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"
This commit is contained in:
Kent Fredric
2016-07-13 20:31:14 +12:00
parent 228b144f02
commit 37db313032
2 changed files with 4 additions and 4 deletions

View 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$
@@ -20,7 +20,7 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.30
test? (
|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-Tester )
>=virtual/perl-Test-Simple-1.1.10
)"
SRC_TEST="do parallel"

View 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,7 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.3
test? (
|| ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Tester-0.107 )
>=virtual/perl-Test-Simple-1.1.10
)"
SRC_TEST="do parallel"