diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:29 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:29 +0200 |
commit | 185c43693be6ec5e042ec7dda8706f95669587b6 (patch) | |
tree | 827b1bf6c531468644c3028e524616eb2b2b3ca9 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 15.0.5 amd64, #881855 (diff) | |
download | gentoo-185c43693be6ec5e042ec7dda8706f95669587b6.tar.gz gentoo-185c43693be6ec5e042ec7dda8706f95669587b6.tar.bz2 gentoo-185c43693be6ec5e042ec7dda8706f95669587b6.zip |
sys-devel/lld: Stabilize 15.0.5 amd64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-15.0.5.ebuild b/sys-devel/lld/lld-15.0.5.ebuild index 96c663d24126..d87537eac7d4 100644 --- a/sys-devel/lld/lld-15.0.5.ebuild +++ b/sys-devel/lld/lld-15.0.5.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 ~ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |