commit: d5146d4604f4bf79ce78853a315a6121c0545ebd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 6 14:59:22 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 6 16:51:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5146d46
sys-devel/llvm: Enable the linker plugin by default Bug: https://bugs.gentoo.org/819036 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/llvm/llvm-10.0.1.ebuild | 2 +- sys-devel/llvm/llvm-11.1.0.ebuild | 2 +- sys-devel/llvm/llvm-12.0.1.ebuild | 2 +- sys-devel/llvm/llvm-13.0.0.9999.ebuild | 2 +- sys-devel/llvm/llvm-13.0.0.ebuild | 2 +- sys-devel/llvm/llvm-14.0.0.9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/llvm/llvm-10.0.1.ebuild b/sys-devel/llvm/llvm-10.0.1.ebuild index 3e8131297bc..a5a1b924a33 100644 --- a/sys-devel/llvm/llvm-10.0.1.ebuild +++ b/sys-devel/llvm/llvm-10.0.1.ebuild @@ -31,7 +31,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 x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 kernel_Darwin ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" RESTRICT="!test? ( test )" diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild index 86135d7d22d..33f5e0968ef 100644 --- a/sys-devel/llvm/llvm-11.1.0.ebuild +++ b/sys-devel/llvm/llvm-11.1.0.ebuild @@ -27,7 +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 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 kernel_Darwin ${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 7eb8e4a7eb1..be1a91f9655 100644 --- a/sys-devel/llvm/llvm-12.0.1.ebuild +++ b/sys-devel/llvm/llvm-12.0.1.ebuild @@ -27,7 +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 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 kernel_Darwin ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" RESTRICT="!test? ( test )" diff --git a/sys-devel/llvm/llvm-13.0.0.9999.ebuild b/sys-devel/llvm/llvm-13.0.0.9999.ebuild index 84ccd0ebedb..a602eb65d6c 100644 --- a/sys-devel/llvm/llvm-13.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-13.0.0.9999.ebuild @@ -19,7 +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="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 kernel_Darwin" RESTRICT="!test? ( test )" diff --git a/sys-devel/llvm/llvm-13.0.0.ebuild b/sys-devel/llvm/llvm-13.0.0.ebuild index b233b121c0b..fa93e368990 100644 --- a/sys-devel/llvm/llvm-13.0.0.ebuild +++ b/sys-devel/llvm/llvm-13.0.0.ebuild @@ -19,7 +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 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 kernel_Darwin" RESTRICT="!test? ( test )" diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild index 84ccd0ebedb..a602eb65d6c 100644 --- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild @@ -19,7 +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="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 kernel_Darwin" RESTRICT="!test? ( test )"
