summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-07-13 16:32:06 +1200
committerKent Fredric <kentnl@gentoo.org>2016-07-16 19:12:47 +1200
commita50e233ba2b58120de3d60910c08f0f22d335ffd (patch)
treeb6afd260d7c50fb584fb1b407528f489eb478b5b
parentdev-perl/Context-Preserve: Resolve DESCRIPTION.toolong (diff)
downloadgentoo-a50e233ba2b58120de3d60910c08f0f22d335ffd.tar.gz
gentoo-a50e233ba2b58120de3d60910c08f0f22d335ffd.tar.bz2
gentoo-a50e233ba2b58120de3d60910c08f0f22d335ffd.zip
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"
-rw-r--r--dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild4
1 files 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 05e9f73719c1..c5028555bc37 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
)
"