commit:     3ac5621546aab19f43777a10b15fdeaa7b72f1c7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 05:03:55 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 07:12:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac56215

dev-perl/IO-Handle-Util: 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"

 dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild 
b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
index 89a2d5b..4f27943 100644
--- a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
+++ b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
@@ -23,10 +23,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
-               >=virtual/perl-Test-Simple-0.880.0
-               || (
-                       >=virtual/perl-Test-Simple-1.1.10
-                       ( <virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok 
)
-               )
+               >=virtual/perl-Test-Simple-1.1.10
        )
 "

Reply via email to