summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2007-08-20 08:21:58 +0000
committerChristian Hartmann <ian@gentoo.org>2007-08-20 08:21:58 +0000
commite8860017b92c6f42c5a3340c5498e14cdec11791 (patch)
tree5954ba6b25708a7a3ae126f45a039f178155ce1c /eclass
parentMask x11-libs/vte-0.16.8 because it fails automake and probably does not work... (diff)
downloadhistorical-e8860017b92c6f42c5a3340c5498e14cdec11791.tar.gz
historical-e8860017b92c6f42c5a3340c5498e14cdec11791.tar.bz2
historical-e8860017b92c6f42c5a3340c5498e14cdec11791.zip
2007 of course
Diffstat (limited to '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 6a33e0898fe6..4a22010885c2 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.107 2007/08/19 11:39:53 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.108 2007/08/20 08:21:58 ian Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -12,7 +12,7 @@ inherit base
EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm src_compile src_install src_test src_unpack
-# 2005.08.19 ian
+# 2007.08.19 ian
# Added ${myconf} - bug #176818
#
# 2005.04.28 mcummings