diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-07-03 08:59:42 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-07-03 09:06:25 +0200 |
commit | d1a6ae8903457948ccce3d6c463405958568b3d4 (patch) | |
tree | a03854e3527d550ad7c40cfed81405793d82c891 /dev-cpp | |
parent | dev-util/jenkins-bin: drop 2.332.3, 2.334 (diff) | |
download | gentoo-d1a6ae8903457948ccce3d6c463405958568b3d4.tar.gz gentoo-d1a6ae8903457948ccce3d6c463405958568b3d4.tar.bz2 gentoo-d1a6ae8903457948ccce3d6c463405958568b3d4.zip |
dev-cpp/tbb: fix dependencies and keyword for ~x64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild index cbe0ea277696..472d9fb15954 100644 --- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild +++ b/dev-cpp/tbb/tbb-2021.5.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.5-2.5-3.5" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 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" |