diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 13:23:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 13:23:38 +0100 |
commit | 9a53839e53a465eae9bea68afa0da5cf134e6bde (patch) | |
tree | 648c62ec95b7e3be020c7ef0c890ba8d680d2ecc /sys-devel/lld | |
parent | dev-python/lit: Stabilize 18.1.8 amd64, #935984 (diff) | |
download | gentoo-9a53839e53a465eae9bea68afa0da5cf134e6bde.tar.gz gentoo-9a53839e53a465eae9bea68afa0da5cf134e6bde.tar.bz2 gentoo-9a53839e53a465eae9bea68afa0da5cf134e6bde.zip |
sys-devel/lld: Stabilize 18.1.8 amd64, #935984
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-18.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-18.1.8.ebuild b/sys-devel/lld/lld-18.1.8.ebuild index 7052d857f918..c34ce2efd399 100644 --- a/sys-devel/lld/lld-18.1.8.ebuild +++ b/sys-devel/lld/lld-18.1.8.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 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" |