diff options
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild | 2 |
3 files changed, 6 insertions, 12 deletions
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild index 31978e69bcf8..0b1ea65437a4 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.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,9 @@ DESCRIPTION="Associate user-defined magic to variables from Perl" SLOT="0" KEYWORDS="amd64 ~arm ~hppa ppc x86 ~ppc-aix ~x64-macos" -IUSE="test" +IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" +DEPEND="${RDEPEND}" SRC_TEST=do diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild index 2b0697d393e3..c0218bad5d0b 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.570.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,9 @@ DESCRIPTION="Associate user-defined magic to variables from Perl" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos" -IUSE="test" +IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" +DEPEND="${RDEPEND}" SRC_TEST=do diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild index 9beed5ec2857..7845e4d189f1 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild @@ -23,8 +23,6 @@ DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage ) " |