diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-12-10 03:49:42 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-12-10 03:49:42 +0000 |
commit | 4e9188a40a9d4e10f62d096a5083a6715cf0b476 (patch) | |
tree | e42a8d46b33d69d444079da6bc83859640f87678 /profiles/use.local.desc | |
parent | filter-flags -ffast-math #bug #67929 (diff) | |
download | historical-4e9188a40a9d4e10f62d096a5083a6715cf0b476.tar.gz historical-4e9188a40a9d4e10f62d096a5083a6715cf0b476.tar.bz2 historical-4e9188a40a9d4e10f62d096a5083a6715cf0b476.zip |
gcl-cvs
Diffstat (limited to 'profiles/use.local.desc')
-rw-r--r-- | profiles/use.local.desc | 7 |
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. |