diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-27 17:20:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-27 17:20:10 +0000 |
commit | 596817ffc0e06be6eeebc904a22f928b15696157 (patch) | |
tree | 0bd3c212e071131ded42ad0850d11ff5b0aa1c6a /dev-lang | |
parent | Version bump. (diff) | |
download | gentoo-2-596817ffc0e06be6eeebc904a22f928b15696157.tar.gz gentoo-2-596817ffc0e06be6eeebc904a22f928b15696157.tar.bz2 gentoo-2-596817ffc0e06be6eeebc904a22f928b15696157.zip |
Fixing license, thanks to tove for noticing
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 4ebcbf6400b6..582e5f1cc450 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/parrot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.22 2009/06/27 17:13:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.23 2009/06/27 17:20:10 patrick Exp $ + + 27 Jun 2009; Patrick Lauer <patrick@gentoo.org> parrot-1.3.0.ebuild: + Fixing license, thanks to tove for noticing 27 Jun 2009; Patrick Lauer <patrick@gentoo.org> parrot-1.3.0.ebuild: Adding accidentally dropped arches x86 and sparc back diff --git a/dev-lang/parrot/parrot-1.3.0.ebuild b/dev-lang/parrot/parrot-1.3.0.ebuild index 6ca756043679..cff466fb2d40 100644 --- a/dev-lang/parrot/parrot-1.3.0.ebuild +++ b/dev-lang/parrot/parrot-1.3.0.ebuild @@ -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/dev-lang/parrot/parrot-1.3.0.ebuild,v 1.2 2009/06/27 17:13:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild,v 1.3 2009/06/27 17:20:10 patrick Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="Parrot is a virtual machine designed to efficiently compile and exe HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/devel/${PV}/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" +LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="opengl nls doc examples gdbm gmp ssl unicode pcre" |