diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-06 21:12:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-06 21:12:28 +0200 |
commit | 5a524e48239871cb6fbf07e991ebb7612a5923ac (patch) | |
tree | 9bfca806229aa04fffaee0bc14541cced3932d92 /sys-devel/lld/lld-18.1.0.ebuild | |
parent | app-misc/jpipe: enable py3.12 (diff) | |
download | gentoo-5a524e48239871cb6fbf07e991ebb7612a5923ac.tar.gz gentoo-5a524e48239871cb6fbf07e991ebb7612a5923ac.tar.bz2 gentoo-5a524e48239871cb6fbf07e991ebb7612a5923ac.zip |
sys-devel/lld: Keyword 18.1.0 sparc, #926274
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld/lld-18.1.0.ebuild')
-rw-r--r-- | sys-devel/lld/lld-18.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-18.1.0.ebuild b/sys-devel/lld/lld-18.1.0.ebuild index 41c50dd28ea1..0d20224dc323 100644 --- a/sys-devel/lld/lld-18.1.0.ebuild +++ b/sys-devel/lld/lld-18.1.0.ebuild @@ -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 ~loong ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" |