diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-20 09:50:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-20 09:54:41 +0100 |
commit | c1deb791f7842a3863f796aa140d7a08f97fd8ec (patch) | |
tree | 53e98631dc2839f5039b833ec397c53d776f99a1 /sys-devel | |
parent | ecbf5dd09569d8ec3e6eea1a94363d166bcdae7b (diff) | |
download | gentoo-c1deb791f7842a3863f796aa140d7a08f97fd8ec.tar.gz gentoo-c1deb791f7842a3863f796aa140d7a08f97fd8ec.tar.xz |
sys-devel/llvm: Fix metadata.xml app-arch/libxar -> /xar
Spotted by Fabian Groffen.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml index 66c9caef166..e3546184271 100644 --- a/sys-devel/llvm/metadata.xml +++ b/sys-devel/llvm/metadata.xml @@ -21,6 +21,6 @@ <flag name="sanitize">Build compiler-rt's sanitizers</flag> <flag name="static-analyzer">Install the Clang static analyzer (requires USE=clang)</flag> <flag name="xar">Support dumping LLVM bitcode sections in Mach-O files - (uses <pkg>app-arch/libxar</pkg>)</flag> + (uses <pkg>app-arch/xar</pkg>)</flag> </use> </pkgmetadata> |