diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:13 +0000 |
commit | 384dda31fe00403e1a11c49f5157f3832d21930f (patch) | |
tree | 6e811916dbc47a282bde6e239d2a8d5300c87398 /sys-devel/clang | |
parent | sys-devel/clang-common: Stabilize 17.0.6-r1 amd64, #920044 (diff) | |
download | gentoo-384dda31fe00403e1a11c49f5157f3832d21930f.tar.gz gentoo-384dda31fe00403e1a11c49f5157f3832d21930f.tar.bz2 gentoo-384dda31fe00403e1a11c49f5157f3832d21930f.zip |
sys-devel/clang: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-17.0.6.ebuild b/sys-devel/clang/clang-17.0.6.ebuild index 336fa7d9fca1..3520976986af 100644 --- a/sys-devel/clang/clang-17.0.6.ebuild +++ b/sys-devel/clang/clang-17.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" IUSE="debug doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |