From: Nick Sarnie Date: Sat, 7 May 2016 01:26:06 +0000 (-0400) Subject: sys-devel/llvm: remove CppBackend from 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5bd7eb4ddad3ee94f14937251ea3a5ebf6c65c07;p=gentoo.git sys-devel/llvm: remove CppBackend from 9999 Removed from LLVM SVN in r268631 Signed-off-by: Nick Sarnie --- 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