Skip to content

Commit

Permalink
dev-cpp/tbb: reinstate MacOS support in the newest ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: #39783
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
fkobi authored and Nowa-Ammerlaan committed Dec 20, 2024
1 parent 8213b98 commit 93de3a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 93de3a7

Please sign in to comment.