diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 12:29:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 12:29:38 +0100 |
commit | 474e199a9d718225c310ae8cc47daf45081f2dbb (patch) | |
tree | 3b59371da87c561a7b148ae5a17633eed5ba885a /dev-cpp | |
parent | net-vpn/tor: ppc64 stable wrt bug #713238 (diff) | |
download | gentoo-474e199a9d718225c310ae8cc47daf45081f2dbb.tar.gz gentoo-474e199a9d718225c310ae8cc47daf45081f2dbb.tar.bz2 gentoo-474e199a9d718225c310ae8cc47daf45081f2dbb.zip |
dev-cpp/tbb: ppc64 stable wrt bug #713244
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/tbb-2019.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild index d2e35591d120..9c5204f8b07b 100644 --- a/dev-cpp/tbb/tbb-2019.8.ebuild +++ b/dev-cpp/tbb/tbb-2019.8.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org" SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="debug examples" DEPEND="" |