diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:27 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:27 +0200 |
commit | 75d10836543f7dde372e777a78919127b7763933 (patch) | |
tree | 4c80f23e26e7b9fe8d24692d0dfcadd635689414 /sys-devel | |
parent | sys-devel/clang-common: Stabilize 15.0.5 amd64, #881855 (diff) | |
download | gentoo-75d10836543f7dde372e777a78919127b7763933.tar.gz gentoo-75d10836543f7dde372e777a78919127b7763933.tar.bz2 gentoo-75d10836543f7dde372e777a78919127b7763933.zip |
sys-devel/clang: Stabilize 15.0.5 amd64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-15.0.5.ebuild b/sys-devel/clang/clang-15.0.5.ebuild index adbaf6f24e4f..9df61be2a863 100644 --- a/sys-devel/clang/clang-15.0.5.ebuild +++ b/sys-devel/clang/clang-15.0.5.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x64-macos" IUSE="debug doc +extra +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |