summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-05-04 18:08:38 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-07 00:30:09 +0200
commit5112d4d29b72c9b332f0835666b8ed85b7d2242f (patch)
tree98d639b6cb519419b89d1c04f59c8775c004840f
parentapp-accessibility/brltty: remove old version (diff)
downloadgentoo-5112d4d2.tar.gz
gentoo-5112d4d2.tar.bz2
gentoo-5112d4d2.zip
dev-perl/Test-Time: Fix missing test dependency on dev-perl/File-Slurp
Really, the right thing here to do would be install dev-perl/Test-Name-FromLine as per stated dependencies in Makefile.PL, which then in turn will pull File-Slurp. However, this module ships Test::Name::FromLine in inc/ and consumes it from there anyway, degrading this actual usage to only File::Slurp. Package-Manager: portage-2.2.28 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/Test-Time/Test-Time-0.40.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
index a1a15aa2d989..a3ff9e372e53 100644
--- a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-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$
@@ -12,11 +12,14 @@ DESCRIPTION="Overrides the time() and sleep() core functions for testing"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? (
+ dev-perl/File-Slurp
+ )
"
SRC_TEST="do parallel"