summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2008-07-28 19:08:07 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2008-07-28 19:08:07 +0000
commitcd81209bf5a98503af5426b343e0974fd54b0a2a (patch)
treea15f21e00b6f05a3c6a2f8a32de0457f981f39e2 /dev-lisp/gcl/metadata.xml
parentAdd local USE flags to metadata.xml (diff)
downloadgentoo-2-cd81209bf5a98503af5426b343e0974fd54b0a2a.tar.gz
gentoo-2-cd81209bf5a98503af5426b343e0974fd54b0a2a.tar.bz2
gentoo-2-cd81209bf5a98503af5426b343e0974fd54b0a2a.zip
Update metadata.xml to include USE flag descriptions. Entries taken from profiles/use.local.desc
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'dev-lisp/gcl/metadata.xml')
-rw-r--r--dev-lisp/gcl/metadata.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-lisp/gcl/metadata.xml b/dev-lisp/gcl/metadata.xml
index 0abc3a7aefa5..4635d40bd95b 100644
--- a/dev-lisp/gcl/metadata.xml
+++ b/dev-lisp/gcl/metadata.xml
@@ -7,4 +7,11 @@
makes use of the system's C compiler to compile to native object
code, providing for both good performance and facile portability.
</longdescription>
+ <use>
+ <flag name='ansi'>Build a GCL with ANSI support (else build a traditional
+ CLtL1 image)</flag>
+ <flag name='custreloc'>Build a GCL which uses custom GCL code for linking</flag>
+ <flag name='dlopen'>Build a GCL which uses dlopen for linking</flag>
+ <flag name='gprof'>Build a GCL with profiling support</flag>
+ </use>
</pkgmetadata>