diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:09:02 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:09:02 +0000 |
commit | 52270257f29da66fa2c458adf5d884bf402729ba (patch) | |
tree | e0c30c00d643060a9220f55e89342c9b81107094 /dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild | |
parent | New ebuild thanks to Daniel Webert <rockoo@gmail.com>, Raul Metsma <zomps@mai... (diff) | |
download | historical-52270257f29da66fa2c458adf5d884bf402729ba.tar.gz historical-52270257f29da66fa2c458adf5d884bf402729ba.tar.bz2 historical-52270257f29da66fa2c458adf5d884bf402729ba.zip |
Scalar-List-Utils migrated to perl-core.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild index a8e1e950bb65..257467b2c596 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild,v 1.1 2005/11/09 08:33:47 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild,v 1.2 2005/12/30 11:09:02 mcummings Exp $ inherit perl-module @@ -31,7 +31,7 @@ DEPEND=" dev-perl/module-build >=dev-perl/Class-Container-0.08 >=dev-perl/Exception-Class-1.14 - dev-perl/Scalar-List-Utils + perl-core/Scalar-List-Utils || ( perl-core/File-Spec >=dev-lang/perl-5.8.0-r12 ) >=dev-perl/Cache-Cache-1.01" |