diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-04-15 13:55:07 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-04-15 14:14:39 +0200 |
commit | 74f639fe4f61611dd941376f840157b8668e4789 (patch) | |
tree | a04590b2099667d28ba9fd72a73a8cab9178a56f /dev-cpp/tbb/tbb-2019.8.ebuild | |
parent | www-client/firefox: patch set updated (diff) | |
download | gentoo-74f639fe4f61611dd941376f840157b8668e4789.tar.gz gentoo-74f639fe4f61611dd941376f840157b8668e4789.tar.bz2 gentoo-74f639fe4f61611dd941376f840157b8668e4789.zip |
dev-cpp/tbb: arm64 stable wrt bug #713244
Closes: https://bugs.gentoo.org/713244
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-cpp/tbb/tbb-2019.8.ebuild')
-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 95a53b4474b3..1d0768561b25 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="" |