diff options
author | 2020-04-16 17:10:26 +0200 | |
---|---|---|
committer | 2020-04-16 17:10:26 +0200 | |
commit | be07a6e5e8ec977e5e382b7b99f4c16301fc31b0 (patch) | |
tree | 3ba3240191d08ad8dc2eba2e17c1b4f42b4e4a89 /dev-cpp | |
parent | app-text/texlive-core: block dev-texlive/texlive-fontutils (diff) | |
download | gentoo-be07a6e5e8ec977e5e382b7b99f4c16301fc31b0.tar.gz gentoo-be07a6e5e8ec977e5e382b7b99f4c16301fc31b0.tar.bz2 gentoo-be07a6e5e8ec977e5e382b7b99f4c16301fc31b0.zip |
dev-cpp/tbb: arm stable wrt bug #713244
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
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 1d0768561b25..f8b27cedd94b 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="" |