From: Michał Górny Date: Tue, 1 Oct 2019 11:43:50 +0000 (+0200) Subject: sys-devel/clang: Nios2 was removed upstream X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9b45489eca2b4368442547f6ccb05bf7e475dc0;p=gentoo.git sys-devel/clang: Nios2 was removed upstream Signed-off-by: Michał Górny --- diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild index 88157e2c8865..4bfe39d57621 100644 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild @@ -21,7 +21,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/clang.git https://github.com/llvm-mirror/clang.git" # Keep in sync with sys-devel/llvm -ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 ) +ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR ) ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore "${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )