diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:24:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:24:59 +0000 |
commit | 11f3507a68cd82eaa6055e6f3fe53e131f5215dc (patch) | |
tree | 89e87c97008af7f8805ececfd113a21742b11cff /media-libs/glut/glut-3.7.1.ebuild | |
parent | Adding a fix for the 2.4 kNFSd security vulnerability, bug #62524. Also fixed... (diff) | |
download | gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.tar.gz gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.tar.bz2 gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.zip |
LICENSE fix
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 8fe0b841c05e..62c07edef460 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-2004 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.21 2004/10/05 10:24:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.22 2004/11/09 22:23:34 mr_bones_ Exp $ inherit libtool gnuconfig 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="|| ( X11 GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" IUSE="" |