summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2010-02-03 00:20:07 +0000
committerHanno Böck <hanno@gentoo.org>2010-02-03 00:20:07 +0000
commit67d104b17967763a3cbe95250c5be8a8c80d7c65 (patch)
treed98616f8f14a53073eb08093ac5dc8d7d097b6f3 /eclass
parentfix perl license (diff)
downloadgentoo-2-67d104b17967763a3cbe95250c5be8a8c80d7c65.tar.gz
gentoo-2-67d104b17967763a3cbe95250c5be8a8c80d7c65.tar.bz2
gentoo-2-67d104b17967763a3cbe95250c5be8a8c80d7c65.zip
fix perl-module license
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 c40d12631e36..991afbbbf805 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.121 2010/01/13 15:15:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.122 2010/02/03 00:20:07 hanno Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
@@ -39,7 +39,7 @@ EXPORT_FUNCTIONS ${PERL_EXPF}
DESCRIPTION="Based on the $ECLASS eclass"
-LICENSE="${LICENSE:-|| ( Artistic GPL-2 )}"
+LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"
[[ -z "${SRC_URI}" && -z "${MODULE_A}" ]] && MODULE_A="${MY_P:-${P}}.tar.gz"
[[ -z "${SRC_URI}" && -n "${MODULE_AUTHOR}" ]] && \