summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2011-03-18 13:13:23 +1300
committerKent Fredric <kentfredric@gmail.com>2011-03-18 13:13:23 +1300
commit749c94e54f65f78435f0f9bf71e18949979919b3 (patch)
tree079f3fb9a2500c02503f2d3dcc9f3fe3ffc648f2 /dev-perl/Class-Std/Class-Std-0.0.9.ebuild
parent[import] ( dwc:Class-Std ) Convert to EAPI=2 and add metadata.xml (diff)
downloadperl-overlay-749c94e54f65f78435f0f9bf71e18949979919b3.tar.gz
perl-overlay-749c94e54f65f78435f0f9bf71e18949979919b3.tar.bz2
perl-overlay-749c94e54f65f78435f0f9bf71e18949979919b3.zip
[qa/fix/check] Class-Std
(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
Diffstat (limited to 'dev-perl/Class-Std/Class-Std-0.0.9.ebuild')
-rw-r--r--dev-perl/Class-Std/Class-Std-0.0.9.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
index a5ffedf5b..f59971104 100644
--- a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
+++ b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=3
MODULE_AUTHOR=DMUEY
inherit perl-module
@@ -18,4 +18,5 @@ IUSE="test"
RDEPEND="virtual/perl-Scalar-List-Utils
virtual/perl-version"
DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
test? ( virtual/perl-Test-Simple )"