diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 14:30:35 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 14:30:35 +0000 |
commit | cffaba8e8af38c2c8ec776567c47909c3ca9c718 (patch) | |
tree | f00c7c18c23e320df1731c14b3314df72e5743dd /dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild | |
parent | New virtuals: module-build (diff) | |
download | gentoo-2-cffaba8e8af38c2c8ec776567c47909c3ca9c718.tar.gz gentoo-2-cffaba8e8af38c2c8ec776567c47909c3ca9c718.tar.bz2 gentoo-2-cffaba8e8af38c2c8ec776567c47909c3ca9c718.zip |
New virtuals: module-build version
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild index aac4a0ad5b12..fb7632e51862 100644 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild +++ b/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild,v 1.6 2007/11/10 12:10:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild,v 1.7 2008/11/18 14:30:35 tove Exp $ inherit perl-module @@ -19,4 +19,4 @@ IUSE="" SRC_TEST="do" RDEPEND="dev-lang/perl" DEPEND="${RDEPEND} - dev-perl/module-build" + virtual/perl-Module-Build" |