diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 14:11:58 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 14:18:11 +1200 |
commit | 6c863a6bfe93b99f093068c94ef73a9735d7a4c9 (patch) | |
tree | 2e7e2e4b485023638c326e35b829ea4c7c1dc75f | |
parent | dev-perl/Catalyst-View-Download: Remove Test-use-ok (diff) | |
download | perl-overlay-6c863a6bfe93b99f093068c94ef73a9735d7a4c9.tar.gz perl-overlay-6c863a6bfe93b99f093068c94ef73a9735d7a4c9.tar.bz2 perl-overlay-6c863a6bfe93b99f093068c94ef73a9735d7a4c9.zip |
dev-perl/Check-ISA: Remove Test-use-ok
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-perl/Check-ISA/Check-ISA-0.40.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Check-ISA/Check-ISA-0.40.0.ebuild b/dev-perl/Check-ISA/Check-ISA-0.40.0.ebuild index 2ee4760df..feb3e8d51 100644 --- a/dev-perl/Check-ISA/Check-ISA-0.40.0.ebuild +++ b/dev-perl/Check-ISA/Check-ISA-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,6 @@ RDEPEND="dev-perl/Sub-Exporter" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( - || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) + >=virtual/perl-Test-Simple-1.1.10 ) " |