diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 16:50:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 16:52:48 +0000 |
commit | 5ebc5d4f6d8fa2ac0ed5c298698b41c7808e80fd (patch) | |
tree | 0945d3da2105b5d659888b45778358f574f1fbd7 /dev-python/lit/lit-11.1.0.ebuild | |
parent | sys-devel/llvm-common: Stabilize 11.1.0 arm64, #777282 (diff) | |
download | gentoo-5ebc5d4f6d8fa2ac0ed5c298698b41c7808e80fd.tar.gz gentoo-5ebc5d4f6d8fa2ac0ed5c298698b41c7808e80fd.tar.bz2 gentoo-5ebc5d4f6d8fa2ac0ed5c298698b41c7808e80fd.zip |
dev-python/lit: Stabilize 11.1.0 arm64, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lit/lit-11.1.0.ebuild')
-rw-r--r-- | dev-python/lit/lit-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-11.1.0.ebuild b/dev-python/lit/lit-11.1.0.ebuild index 2da2ff1ef87d..dbcd74000ef7 100644 --- a/dev-python/lit/lit-11.1.0.ebuild +++ b/dev-python/lit/lit-11.1.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |