summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-12-10 03:49:42 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-12-10 03:49:42 +0000
commit339d9210db07046f313ee0a9223b1bf1443e5c14 (patch)
tree5c5c58d58782637b533214b95f008f95d3ae43b8
parentfilter-flags -ffast-math #bug #67929 (Manifest recommit) (diff)
downloadgentoo-2-339d9210db07046f313ee0a9223b1bf1443e5c14.tar.gz
gentoo-2-339d9210db07046f313ee0a9223b1bf1443e5c14.tar.bz2
gentoo-2-339d9210db07046f313ee0a9223b1bf1443e5c14.zip
gcl-cvs
-rw-r--r--profiles/use.local.desc7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 4fd17b5216b5..5e7d60e5da0c 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -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/profiles/use.local.desc,v 1.785 2004/12/09 23:42:14 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.786 2004/12/10 03:49:42 mkennedy Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
@@ -229,7 +229,12 @@ dev-lisp/gcl:ansi - build a GCL with ANSI support (else build a traditional CLtL
dev-lisp/gcl:custreloc - build a GCL which uses custom GCL code for linking
dev-lisp/gcl:dlopen - build a GCL which uses dlopen for linking
dev-lisp/gcl:gprof - build a GCL with profiling support
+dev-lisp/gcl-cvs:custreloc - build a GCL which uses custom GCL code for linking
+dev-lisp/gcl-cvs:dlopen - build a GCL which uses dlopen for linking
+dev-lisp/gcl-cvs:gprof - build a GCL with profiling support
dev-lisp/sbcl:nosource - don't include source code for SBCL in the installation
+dev-lisp/sbcl:nounicode - don't build SBCL with support for Unicode
+dev-lisp/sbcl:nosbcl-af - don't build SBCL with support for Thomas Burdick's Alien Function package
dev-lisp/sbcl:threads - build SBCL with support for native threads (x86 only)
dev-ml/lablgl:glut - Enable glut support.
dev-ml/lablgtk:glade - Enable libglade bindings compilation.