summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 19:25:48 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 19:25:48 +0000
commitf0c15296c18b945629e49b187fa4b7e98cbacd94 (patch)
treecd302cfab1926032682553eac9f30e918b45e42d /dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild
parentModule::Build is no longer part of core Perl and has been moved to dev-perl (diff)
downloadgentoo-2-f0c15296c18b945629e49b187fa4b7e98cbacd94.tar.gz
gentoo-2-f0c15296c18b945629e49b187fa4b7e98cbacd94.tar.bz2
gentoo-2-f0c15296c18b945629e49b187fa4b7e98cbacd94.zip
Module::Build is no longer part of core Perl and has been moved to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild')
-rw-r--r--dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild b/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild
index 3094534dabf7..abaedd704e1a 100644
--- a/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild
+++ b/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild,v 1.1 2015/04/12 18:38:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild,v 1.2 2015/06/13 19:25:48 dilfridge Exp $
EAPI=5
@@ -21,7 +21,7 @@ RDEPEND="
virtual/perl-Storable
"
DEPEND="${RDEPEND}
- virtual/perl-Module-Build
+ dev-perl/Module-Build
test? (
>=dev-perl/Test-Deep-0.82.0
>=dev-perl/Test-Exception-0.150.0