diff options
author | 2022-11-22 09:50:19 +0200 | |
---|---|---|
committer | 2022-11-22 09:50:19 +0200 | |
commit | 46bbfc25bd7ce10e20acf88cb0b6481f73c059c5 (patch) | |
tree | 9503d5023924786a78690f2d821ee61b75d708a2 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 15.0.5 ppc64, #881855 (diff) | |
download | gentoo-46bbfc25bd7ce10e20acf88cb0b6481f73c059c5.tar.gz gentoo-46bbfc25bd7ce10e20acf88cb0b6481f73c059c5.tar.bz2 gentoo-46bbfc25bd7ce10e20acf88cb0b6481f73c059c5.zip |
sys-devel/lld: Stabilize 15.0.5 ppc64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-15.0.5.ebuild b/sys-devel/lld/lld-15.0.5.ebuild index b9d830d792d4..12dab7455a5e 100644 --- a/sys-devel/lld/lld-15.0.5.ebuild +++ b/sys-devel/lld/lld-15.0.5.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 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |