commit: a50e233ba2b58120de3d60910c08f0f22d335ffd Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Jul 13 04:32:06 2016 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Jul 16 07:12:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50e233b
dev-perl/DBICx-TestDatabase: 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/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild index 05e9f73..c502855 100644 --- a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild +++ b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild @@ -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$ @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} test? ( dev-perl/DBIx-Class virtual/perl-Test-Simple - || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) + >=virtual/perl-Test-Simple-1.1.10 ) "
