diff options
author | Sam James <sam@gentoo.org> | 2023-01-07 04:14:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 06:47:41 +0000 |
commit | db6bea92cea07dd788c8a1c48f193da22a799323 (patch) | |
tree | d20cb5b1dfcdc6a198efe3aafc593925f237a884 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 15.0.6 arm, #886483 (diff) | |
download | gentoo-db6bea92cea07dd788c8a1c48f193da22a799323.tar.gz gentoo-db6bea92cea07dd788c8a1c48f193da22a799323.tar.bz2 gentoo-db6bea92cea07dd788c8a1c48f193da22a799323.zip |
sys-devel/lld: Stabilize 15.0.6 arm, #886483
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-15.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-15.0.6.ebuild b/sys-devel/lld/lld-15.0.6.ebuild index daa9862bd309..e4d9127a4713 100644 --- a/sys-devel/lld/lld-15.0.6.ebuild +++ b/sys-devel/lld/lld-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 @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |