diff options
author | 2022-07-30 20:55:01 +0300 | |
---|---|---|
committer | 2022-07-30 20:55:01 +0300 | |
commit | 5854298bd5d26e005a23d9006e9b540d46e0987d (patch) | |
tree | 7256e34c19011179ee76e54da049da332f14cee7 /dev-python/lit | |
parent | dev-python/clang-python: Stabilize 14.0.6 arm64, #861950 (diff) | |
download | gentoo-5854298bd5d26e005a23d9006e9b540d46e0987d.tar.gz gentoo-5854298bd5d26e005a23d9006e9b540d46e0987d.tar.bz2 gentoo-5854298bd5d26e005a23d9006e9b540d46e0987d.zip |
dev-python/lit: Stabilize 14.0.6 arm64, #861950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-14.0.6.ebuild b/dev-python/lit/lit-14.0.6.ebuild index 7407399684aa..a0766f6b5855 100644 --- a/dev-python/lit/lit-14.0.6.ebuild +++ b/dev-python/lit/lit-14.0.6.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |