diff options
author | 2024-12-06 21:51:07 +0000 | |
---|---|---|
committer | 2024-12-06 21:52:45 +0000 | |
commit | aa42847cd817ffe812ad59a5f50574aa8a841e01 (patch) | |
tree | 59351112ea99c6b903c545152bdf2a33508621b0 /sys-devel | |
parent | sys-devel/clang-toolchain-symlinks: Stabilize 19 x86, #945145 (diff) | |
download | gentoo-aa42847cd817ffe812ad59a5f50574aa8a841e01.tar.gz gentoo-aa42847cd817ffe812ad59a5f50574aa8a841e01.tar.bz2 gentoo-aa42847cd817ffe812ad59a5f50574aa8a841e01.zip |
sys-devel/lld: Stabilize 19.1.4 x86, #945145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-19.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-19.1.4.ebuild b/sys-devel/lld/lld-19.1.4.ebuild index 2eadb7575f4c..cec3ffb0c399 100644 --- a/sys-devel/lld/lld-19.1.4.ebuild +++ b/sys-devel/lld/lld-19.1.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~arm64-macos ~x64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" |