diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-13 22:09:10 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-13 22:09:10 +0200 |
commit | 6ea58b7d9f76121c02d3519c3d41ad5912948c0d (patch) | |
tree | 36da214cff429f1ca0348ac6018555c3d0bb20c7 /dev-cpp/tbb | |
parent | net-vpn/ocserv: Stabilize 1.1.6 amd64, #844061 (diff) | |
download | gentoo-6ea58b7d9f76121c02d3519c3d41ad5912948c0d.tar.gz gentoo-6ea58b7d9f76121c02d3519c3d41ad5912948c0d.tar.bz2 gentoo-6ea58b7d9f76121c02d3519c3d41ad5912948c0d.zip |
dev-cpp/tbb: Stabilize 2021.5.0-r1 x86, #835772
Signed-off-by: Jakov Smolić <jsmolic@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 4235949bb77b..230b48402b89 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 )" |