diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
commit | f4d808a33817c744bcc33152e009d297405611f4 (patch) | |
tree | bd1dff9348dbab5393b2f101fb74156398bc71c6 /eclass/perl-module.eclass | |
parent | corrected SRC_URI for sourceforge (diff) | |
download | historical-f4d808a33817c744bcc33152e009d297405611f4.tar.gz historical-f4d808a33817c744bcc33152e009d297405611f4.tar.bz2 historical-f4d808a33817c744bcc33152e009d297405611f4.zip |
fix , in many eclasses
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 96d20869c51f..e623dda27cf4 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,14 +1,14 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.13 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.14 2002/07/26 21:50:16 danarmak Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. #first inherit the pkg_postinst() and pkg_postrm() functions inherit perl-post -ECLASS=base +ECLASS=perl-module INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install src_test |