diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:14:53 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:14:53 +0000 |
commit | 8cc733ae52d1aa87589846bcbedd1f7e43a3fa80 (patch) | |
tree | 80eb60f7a75e55fa44b3ab4261e0577b874c957c /dev-scheme/guile/metadata.xml | |
parent | Version bump (diff) | |
download | gentoo-2-8cc733ae52d1aa87589846bcbedd1f7e43a3fa80.tar.gz gentoo-2-8cc733ae52d1aa87589846bcbedd1f7e43a3fa80.tar.bz2 gentoo-2-8cc733ae52d1aa87589846bcbedd1f7e43a3fa80.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-scheme/guile/metadata.xml')
-rw-r--r-- | dev-scheme/guile/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-scheme/guile/metadata.xml b/dev-scheme/guile/metadata.xml index 97f3b03d5d2a..ba8ac24b5560 100644 --- a/dev-scheme/guile/metadata.xml +++ b/dev-scheme/guile/metadata.xml @@ -8,4 +8,15 @@ <longdescription lang="en"> Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs. </longdescription> + <use> + <flag name='debug-freelist'>Include garbage collector freelist debugging + code</flag> + <flag name='debug-malloc'>Include malloc debugging code</flag> + <flag name='deprecated'>Enable deprecated features</flag> + <flag name='discouraged'> (implied by deprecated) enable merely discouraged + features</flag> + <flag name='elisp'>Enable Emacs Lisp support</flag> + <flag name='networking'>Include networking interfaces</flag> + <flag name='regex'> Include regular expression interfaces</flag> + </use> </pkgmetadata> |