diff options
author | Sam James <sam@gentoo.org> | 2021-02-26 22:44:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-26 22:44:23 +0000 |
commit | c13e514564d7388d52d746b1cb53c741db927fd2 (patch) | |
tree | 515804ba8bd37b02ea302b3794b727ed9a886398 /dev-python/lit | |
parent | sys-devel/llvm-common: Stabilize 11.0.1 arm, #768567 (diff) | |
download | gentoo-c13e514564d7388d52d746b1cb53c741db927fd2.tar.gz gentoo-c13e514564d7388d52d746b1cb53c741db927fd2.tar.bz2 gentoo-c13e514564d7388d52d746b1cb53c741db927fd2.zip |
dev-python/lit: Stabilize 11.0.1 arm, #768567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-11.0.1.ebuild b/dev-python/lit/lit-11.0.1.ebuild index 27bd409a071b..2da2ff1ef87d 100644 --- a/dev-python/lit/lit-11.0.1.ebuild +++ b/dev-python/lit/lit-11.0.1.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 )" |