diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 20:07:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 20:07:17 +0000 |
commit | f55ba5abc97cc062f629620ef405379370c73770 (patch) | |
tree | fd60acc441295a91f4edefba45e5da89f82a79de /dev-python/lit | |
parent | sys-devel/clang-common: Stabilize 13.0.0 arm, #821862 (diff) | |
download | gentoo-f55ba5abc97cc062f629620ef405379370c73770.tar.gz gentoo-f55ba5abc97cc062f629620ef405379370c73770.tar.bz2 gentoo-f55ba5abc97cc062f629620ef405379370c73770.zip |
dev-python/lit: Stabilize 13.0.0 arm, #821862
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-13.0.0.ebuild b/dev-python/lit/lit-13.0.0.ebuild index add262d45a76..c79979903672 100644 --- a/dev-python/lit/lit-13.0.0.ebuild +++ b/dev-python/lit/lit-13.0.0.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 )" |