diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:57:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:57:52 +0000 |
commit | 94317f16d56ae950065453dc3a05245a2cc4ca59 (patch) | |
tree | 0a2b1c9f0cd285f9ae6ab69e0a127d70e91dfd4f /eclass/perl-post.eclass | |
parent | Header updates/cleanups (diff) | |
download | gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.tar.gz gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.tar.bz2 gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.zip |
Header updates/cleanups
Diffstat (limited to 'eclass/perl-post.eclass')
-rw-r--r-- | eclass/perl-post.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/perl-post.eclass b/eclass/perl-post.eclass index ca86d20b91d5..dacf965a14cb 100644 --- a/eclass/perl-post.eclass +++ b/eclass/perl-post.eclass @@ -1,10 +1,11 @@ # Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 +# Distributed under the terms of the GNU General Public License v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.8 2002/08/16 12:20:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.9 2002/10/25 19:55:52 vapier Exp $ # The perl-post eclass is designed to allow the ${installarchdir}/perllocal.pod # file to be updated cleanly after perl and/or perl-modules are installed # or removed. + ECLASS=perl-post INHERITED="$INHERITED $ECLASS" |