diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-11 18:16:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-11 18:16:24 +0200 |
commit | 5caed17210639aaa37b18647c9f28a302b047722 (patch) | |
tree | 36a84e1821797933e00ce34bb4a4aff645570394 /sys-devel | |
parent | profiles: mask qt5 USE flag on musl/x86 (diff) | |
parent | sys-devel/llvm: remove CppBackend from 9999 (diff) | |
download | gentoo-5caed17210639aaa37b18647c9f28a302b047722.tar.gz gentoo-5caed17210639aaa37b18647c9f28a302b047722.tar.bz2 gentoo-5caed17210639aaa37b18647c9f28a302b047722.zip |
sys-devel/llvm: Merge "remove CppBackend from 9999"
Pull-Request: https://github.com/gentoo/gentoo/pull/1426
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 80eef1b40fe7..0b8dddcc6f63 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -213,7 +213,7 @@ multilib_src_configure() { if use multitarget; then targets=all else - targets='host;BPF;CppBackend' + targets='host;BPF' use video_cards_radeon && targets+=';AMDGPU' fi |