diff options
author | 2021-05-17 01:09:22 +0000 | |
---|---|---|
committer | 2021-05-17 01:09:22 +0000 | |
commit | ea0c386eaf0aacde266f7b6324a4cb1cbdd111dc (patch) | |
tree | 0db853572cd13da1e8c35b6ae7ca343bea76dc2e /dev-python/lit | |
parent | sys-devel/llvm-common: Stabilize 11.1.0 ppc64, #777282 (diff) | |
download | gentoo-ea0c386eaf0aacde266f7b6324a4cb1cbdd111dc.tar.gz gentoo-ea0c386eaf0aacde266f7b6324a4cb1cbdd111dc.tar.bz2 gentoo-ea0c386eaf0aacde266f7b6324a4cb1cbdd111dc.zip |
dev-python/lit: Stabilize 11.1.0 ppc64, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-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 dbcd74000ef7..2d27ec84ffbb 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 )" |