diff options
author | Sam James <sam@gentoo.org> | 2023-01-07 06:52:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 06:52:31 +0000 |
commit | b8f8ea5fc139f99feb5944e79463ae501e4a2b69 (patch) | |
tree | fbd08075e36c036fc2ceaa2aa202885d028519ac | |
parent | sys-devel/llvm: Stabilize 15.0.6-r1 ppc64, #890000 (diff) | |
download | gentoo-b8f8ea5fc139f99feb5944e79463ae501e4a2b69.tar.gz gentoo-b8f8ea5fc139f99feb5944e79463ae501e4a2b69.tar.bz2 gentoo-b8f8ea5fc139f99feb5944e79463ae501e4a2b69.zip |
sys-devel/clang: Stabilize 15.0.6-r1 ppc64, #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 3e2096059d31..e1792d2d1c92 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 )" |