diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-02 20:12:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-02 20:12:03 +0000 |
commit | 8a5429606800b92cfdcbcbe8f9295c5fcbb33f14 (patch) | |
tree | 6126d5c2768968f1df5d1104f82dd275fdb6fff6 /profiles | |
parent | Add support to not build with ocamlopt (diff) | |
download | gentoo-2-8a5429606800b92cfdcbcbe8f9295c5fcbb33f14.tar.gz gentoo-2-8a5429606800b92cfdcbcbe8f9295c5fcbb33f14.tar.bz2 gentoo-2-8a5429606800b92cfdcbcbe8f9295c5fcbb33f14.zip |
dev-ml/lablgl ocamlopt useflag
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 1d211c32d259..adc1b2886719 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3259 2008/01/02 20:06:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3260 2008/01/02 20:12:03 aballier Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -532,6 +532,7 @@ dev-ml/camlp5:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Pro dev-ml/camlzip:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs dev-ml/cryptokit:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs dev-ml/findlib:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs +dev-ml/lablgl:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs dev-ml/lablgtk:glade - Enable libglade bindings compilation. dev-ml/lablgtk:gnomecanvas - Enable libgnomecanvas bindings compilation. dev-ml/lablgtk:sourceview - Enable GtkSourceView support |