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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B13A15802C for ; Fri, 20 Dec 2024 10:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D7C0E08C8; Fri, 20 Dec 2024 10:28:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7037EE08C8 for ; Fri, 20 Dec 2024 10:28:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8BED335DCD for ; Fri, 20 Dec 2024 10:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD140EB9 for ; Fri, 20 Dec 2024 10:28:13 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1734690471.93de3a7c55f2d21c64a17b8470fa025a5a27c48f.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/tbb/tbb-2022.0.0-r1.ebuild dev-cpp/tbb/tbb-2022.0.0.ebuild X-VCS-Directories: dev-cpp/tbb/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 93de3a7c55f2d21c64a17b8470fa025a5a27c48f X-VCS-Branch: master Date: Fri, 20 Dec 2024 10:28:13 +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: f2b76dd6-9686-456b-895f-aa0b82e0f9ec X-Archives-Hash: 1cf8ab28d403875757ffd3a10e3c7b99 commit: 93de3a7c55f2d21c64a17b8470fa025a5a27c48f Author: Filip Kobierski pm me> AuthorDate: Thu Dec 19 16:45:49 2024 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Fri Dec 20 10:27:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93de3a7c dev-cpp/tbb: reinstate MacOS support in the newest ebuild Signed-off-by: Filip Kobierski pm.me> Closes: https://github.com/gentoo/gentoo/pull/39783 Signed-off-by: Nowa Ammerlaan gentoo.org> dev-cpp/tbb/{tbb-2022.0.0.ebuild => tbb-2022.0.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/tbb/tbb-2022.0.0.ebuild b/dev-cpp/tbb/tbb-2022.0.0-r1.ebuild similarity index 93% rename from dev-cpp/tbb/tbb-2022.0.0.ebuild rename to dev-cpp/tbb/tbb-2022.0.0-r1.ebuild index bed10c92ab97..84afb72b85a1 100644 --- a/dev-cpp/tbb/tbb-2022.0.0.ebuild +++ b/dev-cpp/tbb/tbb-2022.0.0-r1.ebuild @@ -14,11 +14,11 @@ LICENSE="Apache-2.0" # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53 # libtbb-libtbbmalloc-libtbbbind SLOT="0/12.14-2.14-3.14" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="sys-apps/hwloc:=" +RDEPEND="!kernel_Darwin? ( sys-apps/hwloc:= )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"