diff options
author | Sam James <sam@gentoo.org> | 2024-03-23 16:20:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-23 16:20:51 +0000 |
commit | 3edf93ceec34ebe0576b38cffe73a17fd7ff0572 (patch) | |
tree | e5638b38376f149ffcccde0d9b9e374c61a82c5e /sys-devel | |
parent | dev-python/lit: Stabilize 17.0.6 ppc64, #920044 (diff) | |
download | gentoo-3edf93ceec34ebe0576b38cffe73a17fd7ff0572.tar.gz gentoo-3edf93ceec34ebe0576b38cffe73a17fd7ff0572.tar.bz2 gentoo-3edf93ceec34ebe0576b38cffe73a17fd7ff0572.zip |
sys-devel/lld: Stabilize 17.0.6 ppc64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-17.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-17.0.6.ebuild b/sys-devel/lld/lld-17.0.6.ebuild index e529253645f9..33a9eb571205 100644 --- a/sys-devel/lld/lld-17.0.6.ebuild +++ b/sys-devel/lld/lld-17.0.6.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 x86 ~arm64-macos" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86 ~arm64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" |