diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 19:15:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 19:16:13 +0000 |
commit | 6c79ba1057179d16100e2a8de93ab48461fec503 (patch) | |
tree | 456f7d298dbb63ea30d39172e167a540c447801d /sys-devel/lld | |
parent | dev-python/lit: Stabilize 13.0.0 ppc64, #821862 (diff) | |
download | gentoo-6c79ba1057179d16100e2a8de93ab48461fec503.tar.gz gentoo-6c79ba1057179d16100e2a8de93ab48461fec503.tar.bz2 gentoo-6c79ba1057179d16100e2a8de93ab48461fec503.zip |
sys-devel/lld: Stabilize 13.0.0 ppc64, #821862
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-13.0.0.ebuild b/sys-devel/lld/lld-13.0.0.ebuild index 86d976196055..0e44c5218e6a 100644 --- a/sys-devel/lld/lld-13.0.0.ebuild +++ b/sys-devel/lld/lld-13.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |