diff options
author | Sam James <sam@gentoo.org> | 2020-09-20 15:09:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-20 15:16:51 +0000 |
commit | 13a3b58e5d409db4cc5e2e8bfe0652ef2119ba93 (patch) | |
tree | 5505039643bd36a588acaa4a0b46913f93e12433 /dev-python | |
parent | sys-devel/llvm: Stabilize 10.0.1 arm64, #742974 (diff) | |
download | gentoo-13a3b58e5d409db4cc5e2e8bfe0652ef2119ba93.tar.gz gentoo-13a3b58e5d409db4cc5e2e8bfe0652ef2119ba93.tar.bz2 gentoo-13a3b58e5d409db4cc5e2e8bfe0652ef2119ba93.zip |
dev-python/lit: Stabilize 10.0.1 arm64, #742974
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lit/lit-10.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-10.0.1.ebuild b/dev-python/lit/lit-10.0.1.ebuild index 7f007db37b74..88c335bd8736 100644 --- a/dev-python/lit/lit-10.0.1.ebuild +++ b/dev-python/lit/lit-10.0.1.ebuild @@ -15,7 +15,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |