summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-11 18:16:24 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-11 18:16:24 +0200
commit5caed17210639aaa37b18647c9f28a302b047722 (patch)
tree36a84e1821797933e00ce34bb4a4aff645570394
parentprofiles: mask qt5 USE flag on musl/x86 (diff)
parentsys-devel/llvm: remove CppBackend from 9999 (diff)
downloadgentoo-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
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
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