dev-perl/Tie-ToObject: Remove legacy test fallback re bug #584238
authorKent Fredric <kentnl@gentoo.org>
Wed, 13 Jul 2016 08:38:05 +0000 (20:38 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 16 Jul 2016 07:13:00 +0000 (19:13 +1200)
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/Tie-ToObject/Tie-ToObject-0.30.0-r1.ebuild

index af1b48b34b481ab8c79f75d83985f54cc68ffe76..06fc718ffe21bf1b38103ed9098ab76dae53a602 100644 (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$
 
@@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND=""
-DEPEND="test? ( || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) )"
+DEPEND="test? ( >=virtual/perl-Test-Simple-1.1.10 )"
 
 SRC_TEST=do