diff options
author | Robert Coie <rac@gentoo.org> | 2003-07-18 21:20:28 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-07-18 21:20:28 +0000 |
commit | 63e1fcee751cf2ba107a419a3740fde0521af9e5 (patch) | |
tree | 85d6d7170ae1324f1597c130ed2056f91c9b3961 /dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild | |
parent | oops someone forgot me ! (diff) | |
download | gentoo-2-63e1fcee751cf2ba107a419a3740fde0521af9e5.tar.gz gentoo-2-63e1fcee751cf2ba107a419a3740fde0521af9e5.tar.bz2 gentoo-2-63e1fcee751cf2ba107a419a3740fde0521af9e5.zip |
allow >=perl-5.8.0-r12 to fuflill the file-spec dep
Diffstat (limited to 'dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild index 1f8b0147766c..3746ecad46f3 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild,v 1.2 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.20.ebuild,v 1.3 2003/07/18 21:20:26 rac Exp $ inherit perl-module @@ -20,7 +20,7 @@ DEPEND="${DEPEND} >=dev-perl/Exception-Class-1.07 dev-perl/Scalar-List-Utils dev-perl/CGI - dev-perl/File-Spec + || ( dev-perl/File-Spec >=perl-5.8.0-r12 ) >=dev-perl/Cache-Cache-1.01" mydoc="CREDITS UPGRADE" |