diff options
author | 2004-02-18 12:53:05 +0000 | |
---|---|---|
committer | 2004-02-18 12:53:05 +0000 | |
commit | 049b9215ab3cbb13752a1bf5048a29247b9a343c (patch) | |
tree | 07c309e229f44a16d30e2dc992e7b34e2e710753 /dev-ml/lablgl/lablgl-0.98.ebuild | |
parent | removing ftp.dale.ro (diff) | |
download | gentoo-2-049b9215ab3cbb13752a1bf5048a29247b9a343c.tar.gz gentoo-2-049b9215ab3cbb13752a1bf5048a29247b9a343c.tar.bz2 gentoo-2-049b9215ab3cbb13752a1bf5048a29247b9a343c.zip |
Remove opengl use flag, as it is not optional (bug #41761).
Diffstat (limited to 'dev-ml/lablgl/lablgl-0.98.ebuild')
-rw-r--r-- | dev-ml/lablgl/lablgl-0.98.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/lablgl/lablgl-0.98.ebuild b/dev-ml/lablgl/lablgl-0.98.ebuild index 3a7980645ee6..59ba41931b87 100644 --- a/dev-ml/lablgl/lablgl-0.98.ebuild +++ b/dev-ml/lablgl/lablgl-0.98.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-0.98.ebuild,v 1.12 2004/02/17 22:07:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-0.98.ebuild,v 1.13 2004/02/18 12:53:05 mattam Exp $ -IUSE="opengl" +IUSE="" DESCRIPTION="Objective CAML interface for OpenGL" HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html" LICENSE="as-is" DEPEND=">=dev-lang/ocaml-3.05 - opengl? ( virtual/opengl )" +virtual/opengl" SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz" S=${WORKDIR}/lablGL-${PV} |