commit: 5bd7eb4ddad3ee94f14937251ea3a5ebf6c65c07
Author: Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
AuthorDate: Sat May 7 01:26:06 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 7 01:29:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd7eb4d
sys-devel/llvm: remove CppBackend from 9999
Removed from LLVM SVN in r268631
Signed-off-by: Nick Sarnie <commendsarnex <AT> gmail.com>
sys-devel/llvm/llvm-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 80eef1b..0b8dddc 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