Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
Date: Sat, 08 Jul 2017 10:52:01
Message-Id: 1499511113.1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390.aballier@gentoo
1 commit: 1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 10:51:48 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 10:51:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a0ea7
7
8 dev-cpp/tbb: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild b/dev-cpp/tbb/tbb-2017.20170226.ebuild
16 index 830e5e189af..f13c39fff0a 100644
17 --- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
18 +++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/"
20 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
25 IUSE="debug doc examples"
26
27 DEPEND=""