commit: 93de3a7c55f2d21c64a17b8470fa025a5a27c48f Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Dec 19 16:45:49 2024 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> 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 <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/39783 Signed-off-by: Nowa Ammerlaan <nowa <AT> 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<SONAME>-libtbbmalloc<SONAME>-libtbbbind<SONAME> 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"
