diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 09:49:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 09:49:25 +0200 |
commit | 43dfaf6da1efe16e8d1efb53011927ce63eebabc (patch) | |
tree | a26e6f81f5f2d86ea634fb5c24a19dd50164c133 /sys-devel/clang | |
parent | sys-devel/clang-common: Stabilize 15.0.5 sparc, #881855 (diff) | |
download | gentoo-43dfaf6da1efe16e8d1efb53011927ce63eebabc.tar.gz gentoo-43dfaf6da1efe16e8d1efb53011927ce63eebabc.tar.bz2 gentoo-43dfaf6da1efe16e8d1efb53011927ce63eebabc.zip |
sys-devel/clang: Stabilize 15.0.5 sparc, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-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 b385880c548f..c3a6bf78f42a 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 )" |