diff options
author | 2021-09-10 02:25:17 +0100 | |
---|---|---|
committer | 2021-09-10 02:25:38 +0100 | |
commit | 1d1e59a47c60401189e986a412be940eb66607c1 (patch) | |
tree | 89a8d116bff7d2f00e267b08b3c4bddc10376366 /dev-python/lit | |
parent | dev-python/clang-python: Stabilize 12.0.1 arm64, #804471 (diff) | |
download | gentoo-1d1e59a47c60401189e986a412be940eb66607c1.tar.gz gentoo-1d1e59a47c60401189e986a412be940eb66607c1.tar.bz2 gentoo-1d1e59a47c60401189e986a412be940eb66607c1.zip |
dev-python/lit: Stabilize 12.0.1 arm64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-12.0.1.ebuild b/dev-python/lit/lit-12.0.1.ebuild index c5b84099fa77..1c0e50a94e2f 100644 --- a/dev-python/lit/lit-12.0.1.ebuild +++ b/dev-python/lit/lit-12.0.1.ebuild @@ -12,7 +12,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="test" RESTRICT="!test? ( test )" |