summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-26 21:50:16 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-26 21:50:16 +0000
commitf4d808a33817c744bcc33152e009d297405611f4 (patch)
treebd1dff9348dbab5393b2f101fb74156398bc71c6 /eclass/perl-module.eclass
parentcorrected SRC_URI for sourceforge (diff)
downloadhistorical-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.eclass4
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