diff options
author | Sam James <sam@gentoo.org> | 2023-01-07 06:52:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 06:52:28 +0000 |
commit | c7a51930f6abf0c2ff0f89459e0ade2371effcee (patch) | |
tree | b955cc68d453c85216d3c2761f24876425d47c43 | |
parent | sys-devel/llvm: Stabilize 15.0.6-r1 ppc, #890000 (diff) | |
download | gentoo-c7a51930f6abf0c2ff0f89459e0ade2371effcee.tar.gz gentoo-c7a51930f6abf0c2ff0f89459e0ade2371effcee.tar.bz2 gentoo-c7a51930f6abf0c2ff0f89459e0ade2371effcee.zip |
sys-devel/clang: Stabilize 15.0.6-r1 ppc, #890000
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-devel/clang/clang-15.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-15.0.6-r1.ebuild b/sys-devel/clang/clang-15.0.6-r1.ebuild index 981b62c75482..3e2096059d31 100644 --- a/sys-devel/clang/clang-15.0.6-r1.ebuild +++ b/sys-devel/clang/clang-15.0.6-r1.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 ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |