diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-08 12:51:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-08 12:51:53 +0200 |
commit | 1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390 (patch) | |
tree | d1cb0c816e4cf79328951f0a87e0e1c641a361cb /dev-cpp/tbb | |
parent | eb273650f710274555f486de5b54ad2299cb2750 (diff) | |
download | gentoo-1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390.tar.gz gentoo-1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390.tar.xz |
dev-cpp/tbb: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-cpp/tbb')
-rw-r--r-- | dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild b/dev-cpp/tbb/tbb-2017.20170226.ebuild index 830e5e189af..f13c39fff0a 100644 --- a/dev-cpp/tbb/tbb-2017.20170226.ebuild +++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/" SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="debug doc examples" DEPEND="" |