diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 19:08:07 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 19:08:07 +0000 |
commit | cd81209bf5a98503af5426b343e0974fd54b0a2a (patch) | |
tree | a15f21e00b6f05a3c6a2f8a32de0457f981f39e2 /dev-lisp/gcl | |
parent | Add local USE flags to metadata.xml (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/metadata.xml | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index 8d6e0eae5f14..414b4864d9a3 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/gcl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.51 2008/04/20 22:00:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.52 2008/07/28 19:08:07 pchrist Exp $ + + 28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml: + Update metadata.xml to include USE flag descriptions. Entries taken from + profiles/use.local.desc 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> gcl-2.6.7.ebuild, gcl-2.6.7-r1.ebuild: 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> |