diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 04:38:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 04:38:12 +0000 |
commit | 11c36729cfedea369eefd41e137f5da4fdc96125 (patch) | |
tree | 4ce7874d9363935dc4399ab1f694abc63eaaaa7c /dev-cpp/tbb/tbb-2021.7.0-r1.ebuild | |
parent | dev-cpp/tbb: Stabilize 2021.7.0-r1 arm, #889774 (diff) | |
download | gentoo-11c36729cfedea369eefd41e137f5da4fdc96125.tar.gz gentoo-11c36729cfedea369eefd41e137f5da4fdc96125.tar.bz2 gentoo-11c36729cfedea369eefd41e137f5da4fdc96125.zip |
dev-cpp/tbb: Stabilize 2021.7.0-r1 ppc64, #889774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/tbb/tbb-2021.7.0-r1.ebuild')
-rw-r--r-- | dev-cpp/tbb/tbb-2021.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild index 04ecae59e8fc..0f8a397a9365 100644 --- a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild +++ b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild @@ -14,7 +14,7 @@ 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 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |