diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 14:16:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 14:16:46 +0100 |
commit | 41f87dcf7f82c3c9688ad50894bd7ff5a08b7f97 (patch) | |
tree | 21ba52409948923358e2e080711f0530e54aac5b /sys-devel | |
parent | net-proxy/squid: remove implicit kernel_linux (diff) | |
download | gentoo-41f87dcf7f82c3c9688ad50894bd7ff5a08b7f97.tar.gz gentoo-41f87dcf7f82c3c9688ad50894bd7ff5a08b7f97.tar.bz2 gentoo-41f87dcf7f82c3c9688ad50894bd7ff5a08b7f97.zip |
sys-devel/llvm: remove implicit kernel_Darwin
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-11.1.0.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-12.0.1.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-13.0.0.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-13.0.1.9999.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-13.0.1_rc1.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-14.0.0.9999.ebuild | 5 |
6 files changed, 11 insertions, 17 deletions
diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild index 33f5e0968efe..aa2dcac73291 100644 --- a/sys-devel/llvm/llvm-11.1.0.ebuild +++ b/sys-devel/llvm/llvm-11.1.0.ebuild @@ -27,8 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 - kernel_Darwin ${ALL_LLVM_TARGETS[*]}" +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" RESTRICT="!test? ( test )" diff --git a/sys-devel/llvm/llvm-12.0.1.ebuild b/sys-devel/llvm/llvm-12.0.1.ebuild index be1a91f9655c..673ce8591884 100644 --- a/sys-devel/llvm/llvm-12.0.1.ebuild +++ b/sys-devel/llvm/llvm-12.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,8 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 - kernel_Darwin ${ALL_LLVM_TARGETS[*]}" +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" RESTRICT="!test? ( test )" diff --git a/sys-devel/llvm/llvm-13.0.0.ebuild b/sys-devel/llvm/llvm-13.0.0.ebuild index 4b33fd905852..9f6396c849a1 100644 --- a/sys-devel/llvm/llvm-13.0.0.ebuild +++ b/sys-devel/llvm/llvm-13.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 - kernel_Darwin" +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3" RESTRICT="!test? ( test )" RDEPEND=" diff --git a/sys-devel/llvm/llvm-13.0.1.9999.ebuild b/sys-devel/llvm/llvm-13.0.1.9999.ebuild index a12b04fb2138..789047901490 100644 --- a/sys-devel/llvm/llvm-13.0.1.9999.ebuild +++ b/sys-devel/llvm/llvm-13.0.1.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" KEYWORDS="" -IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml - z3 kernel_Darwin" +IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3" RESTRICT="!test? ( test )" RDEPEND=" diff --git a/sys-devel/llvm/llvm-13.0.1_rc1.ebuild b/sys-devel/llvm/llvm-13.0.1_rc1.ebuild index 16dc1da25def..f5d3be283708 100644 --- a/sys-devel/llvm/llvm-13.0.1_rc1.ebuild +++ b/sys-devel/llvm/llvm-13.0.1_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" KEYWORDS="" -IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml - z3 kernel_Darwin" +IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3" RESTRICT="!test? ( test )" RDEPEND=" diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild index 85c62d774844..f89b54bbb6c4 100644 --- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" KEYWORDS="" -IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml - z3 kernel_Darwin" +IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3" RESTRICT="!test? ( test )" RDEPEND=" |