summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-12 15:24:36 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-12 15:24:36 +0000
commit6691dd88aad937d51582817a48d306f236def654 (patch)
treeba7fc040500ee0713ab4953836c186027b3ce108 /eclass/perl-module.eclass
parentadd mirrors for ftp.kde.org, used by kde.org.eclass (diff)
downloadhistorical-6691dd88aad937d51582817a48d306f236def654.tar.gz
historical-6691dd88aad937d51582817a48d306f236def654.tar.bz2
historical-6691dd88aad937d51582817a48d306f236def654.zip
add INHERITED variable to all eclasses. this keeps track of what eclasses were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache.
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 4f12888652ca..96d20869c51f 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,7 +1,7 @@
# 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.12 2002/07/02 19:34:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.13 2002/07/12 15:24:36 danarmak Exp $
# The perl-module eclass is designed to allow easier installation of perl
# modules, and their incorporation into the Gentoo Linux system.
@@ -9,6 +9,8 @@
inherit perl-post
ECLASS=base
+INHERITED="$INHERITED $ECLASS"
+
EXPORT_FUNCTIONS src_compile src_install src_test
newdepend ">=sys-devel/perl-5"