diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-16 14:51:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-16 14:51:28 +0200 |
commit | 4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8 (patch) | |
tree | 6b18a484e18859502331e48cc30f7b77c7812f33 /dev-cpp | |
parent | dev-util/watchman: amd64 stable wrt bug #835760 (diff) | |
download | gentoo-4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8.tar.gz gentoo-4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8.tar.bz2 gentoo-4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8.zip |
dev-cpp/tbb: ppc stable wrt bug #835772
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 230b48402b89..c5179b96d8b9 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 )" |