mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user