diff options
author | 2010-02-03 00:15:25 +0000 | |
---|---|---|
committer | 2010-02-03 00:15:25 +0000 | |
commit | 001ed839c1cec43658322f32269dc5b53d481608 (patch) | |
tree | 598c4a94ba352bebf9fd0d0b5ea1e892c8fd2acb /sys-devel/libperl/libperl-5.8.8-r2.ebuild | |
parent | stable x86, bug 300705 (diff) | |
download | historical-001ed839c1cec43658322f32269dc5b53d481608.tar.gz historical-001ed839c1cec43658322f32269dc5b53d481608.tar.bz2 historical-001ed839c1cec43658322f32269dc5b53d481608.zip |
correct libperl license
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.8-r2.ebuild')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.8-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/libperl/libperl-5.8.8-r2.ebuild b/sys-devel/libperl/libperl-5.8.8-r2.ebuild index 638b34002674..1b63b094c81c 100644 --- a/sys-devel/libperl/libperl-5.8.8-r2.ebuild +++ b/sys-devel/libperl/libperl-5.8.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.12 2009/11/04 12:37:54 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.13 2010/02/03 00:15:25 hanno Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -67,7 +67,7 @@ SRC_URI="mirror://cpan/src/${MY_P}.tar.bz2" HOMEPAGE="http://www.perl.org" SLOT="${PERLSLOT}" LIBPERL="libperl$(get_libname ${PERLSLOT}.${SHORT_PV})" -LICENSE="|| ( Artistic GPL-2 )" +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" # rac 2004.08.06 |