diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 04:38:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 04:38:10 +0000 |
commit | 1597196cf431666959c5ee49c1cf895249bc117c (patch) | |
tree | c7fb5b7676b2b16d0b17187f78fa920696ce9b3c /dev-cpp | |
parent | dev-cpp/tbb: Stabilize 2021.7.0-r1 amd64, #889774 (diff) | |
download | gentoo-1597196cf431666959c5ee49c1cf895249bc117c.tar.gz gentoo-1597196cf431666959c5ee49c1cf895249bc117c.tar.bz2 gentoo-1597196cf431666959c5ee49c1cf895249bc117c.zip |
dev-cpp/tbb: Stabilize 2021.7.0-r1 arm64, #889774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 5191c94211cb..20c20efbdfbc 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 )" |