diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-10-26 09:58:41 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-10-26 09:58:41 +0000 |
commit | 8573495eca53c360cb28247acaad3f038e8f99d0 (patch) | |
tree | e34d57b0c040a14e98738283b788bda5f739485c /sys-devel/llvm/metadata.xml | |
parent | x11-libs/libXtst: sync with overlay, update deps (fixes bug #288702) (diff) | |
download | gentoo-2-8573495eca53c360cb28247acaad3f038e8f99d0.tar.gz gentoo-2-8573495eca53c360cb28247acaad3f038e8f99d0.tar.bz2 gentoo-2-8573495eca53c360cb28247acaad3f038e8f99d0.zip |
Fix libffi automagic dependency, bug #289933
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/llvm/metadata.xml')
-rw-r--r-- | sys-devel/llvm/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml index 7181bf018e0a..3f5032393a6a 100644 --- a/sys-devel/llvm/metadata.xml +++ b/sys-devel/llvm/metadata.xml @@ -13,6 +13,7 @@ 4. LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation (In fact, LLVM makes a great static compiler!). Note that optional LLVM components can be used to build high-level virtual machines and other systems that need these services.</longdescription> <use> <flag name='alltargets'>Build all host targets (default: host only)</flag> + <flag name='libffi'>Add support to call arbitrary external (natively compiled) functions via <pkg>dev-libs/libffi</pkg></flag> <flag name='llvm-gcc'>Build LLVM with <pkg>sys-devel/llvm-gcc</pkg></flag> </use> </pkgmetadata> |