Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Tue, 01 Oct 2019 12:22:41
Message-Id: 1569932545.2d31ac8b47e1a8b56c6acd823fa3a0ccc3c96d7b.mgorny@gentoo
1 commit: 2d31ac8b47e1a8b56c6acd823fa3a0ccc3c96d7b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 11:43:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 12:22:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d31ac8b
7
8 sys-devel/llvm: Nios2 was removed upstream
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm/llvm-10.0.0.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
16 index e632d6c930c..a58ed35b541 100644
17 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild
18 +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
19 @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
20 https://github.com/llvm-mirror/llvm.git"
21
22 # Those are in lib/Targets, without explicit CMakeLists.txt mention
23 -ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 )
24 +ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR )
25 # Keep in sync with CMakeLists.txt
26 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
27 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore