Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
Date: Sun, 03 Jul 2022 07:06:36
Message-Id: 1656831985.d1a6ae8903457948ccce3d6c463405958568b3d4.grobian@gentoo
1 commit: d1a6ae8903457948ccce3d6c463405958568b3d4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 06:59:42 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 07:06:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a6ae89
7
8 dev-cpp/tbb: fix dependencies and keyword for ~x64-macos
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
16 index cbe0ea277696..472d9fb15954 100644
17 --- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
18 +++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
19 @@ -14,11 +14,11 @@ LICENSE="Apache-2.0"
20 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
21 # libtbb<SONAME>-libtbbmalloc<SONAME>-libtbbbind<SONAME>
22 SLOT="0/12.5-2.5-3.5"
23 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
25 IUSE="test"
26 RESTRICT="!test? ( test )"
27
28 -RDEPEND="sys-apps/hwloc:="
29 +RDEPEND="!kernel_Darwin? ( sys-apps/hwloc:= )"
30 DEPEND="${RDEPEND}"
31 BDEPEND="virtual/pkgconfig"