diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-07 16:17:56 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-07 16:17:56 +0000 |
commit | f55f22a8390a4a0e445e4bee7366d5a22f990408 (patch) | |
tree | 8f5739d3f049f895fb2db44160c7f62bf8f683f9 /media-libs/glut/glut-3.7.1.ebuild | |
parent | Add glut license. (diff) | |
download | gentoo-2-f55f22a8390a4a0e445e4bee7366d5a22f990408.tar.gz gentoo-2-f55f22a8390a4a0e445e4bee7366d5a22f990408.tar.bz2 gentoo-2-f55f22a8390a4a0e445e4bee7366d5a22f990408.zip |
(#74667) Fix license.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/glut/glut-3.7.1.ebuild')
-rw-r--r-- | media-libs/glut/glut-3.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glut/glut-3.7.1.ebuild b/media-libs/glut/glut-3.7.1.ebuild index f2dd24952f45..984718599406 100644 --- a/media-libs/glut/glut-3.7.1.ebuild +++ b/media-libs/glut/glut-3.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.23 2005/07/17 06:00:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.24 2005/09/07 16:17:56 spyderous Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.opengl.org/resources/libraries/" SRC_URI="mirror://sourceforge/mesa3d/MesaLib-${MESA_VER}.tar.bz2 mirror://sourceforge/mesa3d/MesaDemos-${MESA_VER}.tar.bz2" -LICENSE="|| ( X11 GPL-2 )" +LICENSE="glut" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" |