diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:41:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:41:21 +0000 |
commit | 2715b1477c30ea633384b2f9cde2f16bf9b3339a (patch) | |
tree | 40c1b124953e9daab1546d326fc05735524c2b29 /media-libs/glut | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-2715b1477c30ea633384b2f9cde2f16bf9b3339a.tar.gz gentoo-2-2715b1477c30ea633384b2f9cde2f16bf9b3339a.tar.bz2 gentoo-2-2715b1477c30ea633384b2f9cde2f16bf9b3339a.zip |
sync IUSE (missing)
Diffstat (limited to 'media-libs/glut')
-rw-r--r-- | media-libs/glut/glut-3.7-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/glut/glut-3.7-r2.ebuild b/media-libs/glut/glut-3.7-r2.ebuild index ae34a3226f82..b702b3e409f3 100644 --- a/media-libs/glut/glut-3.7-r2.ebuild +++ b/media-libs/glut/glut-3.7-r2.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-r2.ebuild,v 1.15 2004/06/25 03:07:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r2.ebuild,v 1.16 2004/07/14 19:41:21 agriffis Exp $ MESA_VER="4.0.1" S=${WORKDIR}/Mesa-${MESA_VER} @@ -12,6 +12,7 @@ HOMEPAGE="http://www.opengl.org/developers/documentation/glut/" SLOT="0" LICENSE="X11 | GPL-2" KEYWORDS="x86 ppc sparc alpha" +IUSE="" DEPEND="virtual/opengl virtual/glu" |