diff options
author | Sam James <sam@gentoo.org> | 2023-01-07 04:14:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 06:47:41 +0000 |
commit | 1c3160bde4514493922da785d9f1b69504af150c (patch) | |
tree | cbfa83a0204e5a95fec1468dcb87a5d0a4df8707 /dev-python/lit | |
parent | sys-devel/llvm-common: Stabilize 15.0.6 arm, #886483 (diff) | |
download | gentoo-1c3160bde4514493922da785d9f1b69504af150c.tar.gz gentoo-1c3160bde4514493922da785d9f1b69504af150c.tar.bz2 gentoo-1c3160bde4514493922da785d9f1b69504af150c.zip |
dev-python/lit: Stabilize 15.0.6 arm, #886483
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-15.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-15.0.6.ebuild b/dev-python/lit/lit-15.0.6.ebuild index 6745f6c2cf8c..9221493a11f7 100644 --- a/dev-python/lit/lit-15.0.6.ebuild +++ b/dev-python/lit/lit-15.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |