diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:33:38 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:33:38 +0200 |
commit | 5ae4fcfd7354f16a276132a9f6129272074ea6ba (patch) | |
tree | 5b6619238f8862c21eb650f5f74473a0ad1bf50f /sys-devel/lld | |
parent | dev-python/lit: Stabilize 15.0.7 amd64, #891893 (diff) | |
download | gentoo-5ae4fcfd7354f16a276132a9f6129272074ea6ba.tar.gz gentoo-5ae4fcfd7354f16a276132a9f6129272074ea6ba.tar.bz2 gentoo-5ae4fcfd7354f16a276132a9f6129272074ea6ba.zip |
sys-devel/lld: Stabilize 15.0.7 amd64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-15.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-15.0.7.ebuild b/sys-devel/lld/lld-15.0.7.ebuild index c03b4a12924c..7ed525b7b4ed 100644 --- a/sys-devel/lld/lld-15.0.7.ebuild +++ b/sys-devel/lld/lld-15.0.7.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 )" |