Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: use.desc
Date: Tue, 08 Jan 2008 05:08:34
Message-Id: E1JC6hS-0006cf-Jh@stork.gentoo.org
1 mr_bones_ 08/01/08 05:08:30
2
3 Modified: use.desc
4 Log:
5 ocamlopt use flag is still used; added it back
6
7 Revision Changes Path
8 1.383 profiles/use.desc
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?rev=1.383&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?rev=1.383&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?r1=1.382&r2=1.383
13
14 Index: use.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/use.desc,v
17 retrieving revision 1.382
18 retrieving revision 1.383
19 diff -u -r1.382 -r1.383
20 --- use.desc 8 Jan 2008 04:37:32 -0000 1.382
21 +++ use.desc 8 Jan 2008 05:08:30 -0000 1.383
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.382 2008/01/08 04:37:32 mr_bones_ Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.383 2008/01/08 05:08:30 mr_bones_ Exp $
27
28 # Keep them sorted
29
30 @@ -242,6 +242,7 @@
31 nptl - Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)
32 nsplugin - Builds plugins for Netscape compatible browsers
33 ocaml - Adds support/bindings for the Ocaml language
34 +ocamlopt - Enables ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
35 oci8 - Adds Oracle 8 Database Support
36 oci8-instant-client - Use dev-db/oracle-instantclient-basic as Oracle provider instead of requiring a full Oracle server install
37 odbc - Adds ODBC Support (Open DataBase Connectivity)
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list