diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-17 23:39:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-17 23:39:24 +0000 |
commit | a25a4669f65434270d49964b0b210509eb45d2b6 (patch) | |
tree | e3705f134b6fddeb46c6696f2593b545ce12450a /games-kids/gcompris | |
parent | Stop using /lib/librc.so to detect openrc/baselayout2, and use a file install... (diff) | |
download | gentoo-2-a25a4669f65434270d49964b0b210509eb45d2b6.tar.gz gentoo-2-a25a4669f65434270d49964b0b210509eb45d2b6.tar.bz2 gentoo-2-a25a4669f65434270d49964b0b210509eb45d2b6.zip |
it's GPL-3 now
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-kids/gcompris')
-rw-r--r-- | games-kids/gcompris/gcompris-8.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-kids/gcompris/gcompris-8.4.8.ebuild b/games-kids/gcompris/gcompris-8.4.8.ebuild index 93cc679b192c..79a7ace8086e 100644 --- a/games-kids/gcompris/gcompris-8.4.8.ebuild +++ b/games-kids/gcompris/gcompris-8.4.8.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/games-kids/gcompris/gcompris-8.4.8.ebuild,v 1.2 2009/01/17 22:40:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-8.4.8.ebuild,v 1.3 2009/01/17 23:39:24 mr_bones_ Exp $ EAPI=2 inherit autotools eutils python games @@ -9,7 +9,7 @@ DESCRIPTION="full featured educational application for children from 2 to 10" HOMEPAGE="http://gcompris.net/" SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug gnet python sqlite" |