diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 11:28:38 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 11:28:38 +0200 |
commit | 9f7737b97fc3cc471b74b532a289925c4b42a661 (patch) | |
tree | d70204c39aaefb432818891ea0cd3e9000e9fbb2 /dev-cpp/tbb | |
parent | app-shells/fish: arm64 stable wrt bug #835339 (diff) | |
download | gentoo-9f7737b97fc3cc471b74b532a289925c4b42a661.tar.gz gentoo-9f7737b97fc3cc471b74b532a289925c4b42a661.tar.bz2 gentoo-9f7737b97fc3cc471b74b532a289925c4b42a661.zip |
dev-cpp/tbb: arm64 stable wrt bug #835772
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/tbb')
-rw-r--r-- | dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild index c5179b96d8b9..fce1cfd25b0d 100644 --- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild +++ b/dev-cpp/tbb/tbb-2021.5.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 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" IUSE="test" RESTRICT="!test? ( test )" |