From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B42E158041 for ; Sat, 16 Mar 2024 17:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C8AE29FB; Sat, 16 Mar 2024 17:08:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C272E29FB for ; Sat, 16 Mar 2024 17:08:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8AF033BE3B for ; Sat, 16 Mar 2024 17:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 770641504 for ; Sat, 16 Mar 2024 17:08:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1710608931.d4a10a7e6bb4d32fe42936dc3e97cabae0ffe64b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240316-r1.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d4a10a7e6bb4d32fe42936dc3e97cabae0ffe64b X-VCS-Branch: master Date: Sat, 16 Mar 2024 17:08:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2a0aa2f-12fb-474d-998c-a332d56f4b74 X-Archives-Hash: 7303e7baabc130b6ff8641406a2cec4b commit: d4a10a7e6bb4d32fe42936dc3e97cabae0ffe64b Author: Michał Górny gentoo org> AuthorDate: Sat Mar 16 16:55:03 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 16 17:08:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a10a7e sys-devel/clang-runtime: Account for slotted sys-libs/libomp Signed-off-by: Michał Górny gentoo.org> .../clang-runtime/clang-runtime-15.0.7-r1.ebuild | 26 ++++++++++++++++++++++ ....9999.ebuild => clang-runtime-16.0.6-r1.ebuild} | 3 ++- ....9999.ebuild => clang-runtime-17.0.6-r1.ebuild} | 3 ++- ....9999.ebuild => clang-runtime-18.1.0-r1.ebuild} | 3 ++- .../clang-runtime/clang-runtime-19.0.0.9999.ebuild | 2 +- ... => clang-runtime-19.0.0_pre20240316-r1.ebuild} | 2 +- 6 files changed, 34 insertions(+), 5 deletions(-) diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild new file mode 100644 index 000000000000..2c775a8cbbb8 --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-build + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="https://clang.llvm.org/" + +LICENSE="metapackage" +SLOT="$(ver_cut 1-3)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +IUSE="+compiler-rt libcxx openmp +sanitize" +REQUIRED_USE="sanitize? ( compiler-rt )" + +RDEPEND=" + compiler-rt? ( + ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] + sanitize? ( + ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] + ) + ) + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}:${PV%%.*}[${MULTILIB_USEDEP}] ) +" diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild similarity index 87% copy from sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild copy to sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild index 323c0b62c062..04961060832f 100644 --- a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" @@ -21,7 +22,7 @@ RDEPEND=" ) ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) " pkg_pretend() { diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild similarity index 87% copy from sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild copy to sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild index 323c0b62c062..04961060832f 100644 --- a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" @@ -21,7 +22,7 @@ RDEPEND=" ) ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) " pkg_pretend() { diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild similarity index 87% copy from sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild copy to sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild index 323c0b62c062..04961060832f 100644 --- a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" @@ -21,7 +22,7 @@ RDEPEND=" ) ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) " pkg_pretend() { diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild index 323c0b62c062..939ca623fe07 100644 --- a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild @@ -21,7 +21,7 @@ RDEPEND=" ) ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) " pkg_pretend() { diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240316-r1.ebuild similarity index 95% copy from sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild copy to sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240316-r1.ebuild index 323c0b62c062..939ca623fe07 100644 --- a/sys-devel/clang-runtime/clang-runtime-19.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240316-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" ) ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) " pkg_pretend() {