diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 15:35:44 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 15:35:44 +0200 |
commit | acb242c050c3886ea3b43cd20969f0923cceaaa2 (patch) | |
tree | 95afebd1799548126ec192b928a72ecb9ba9d658 /dev-cpp/tbb | |
parent | net-mail/mailutils: arm stable wrt bug #835732 (diff) | |
download | gentoo-acb242c050c3886ea3b43cd20969f0923cceaaa2.tar.gz gentoo-acb242c050c3886ea3b43cd20969f0923cceaaa2.tar.bz2 gentoo-acb242c050c3886ea3b43cd20969f0923cceaaa2.zip |
dev-cpp/tbb: arm stable wrt bug #835772
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
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 fce1cfd25b0d..cbe0ea277696 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 )" |