Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
Date: Sun, 20 Sep 2015 08:32:16
Message-Id: 1442737924.749122bd3576025972ca8f24312caa19872e50c1.jer@gentoo
1 commit: 749122bd3576025972ca8f24312caa19872e50c1
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 08:31:07 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 08:32:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749122bd
7
8 dev-cpp/tbb: Stable for PPC64 (bug #552218).
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --ignore-arches
12
13 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
17 index ed80e14..5edd369 100644
18 --- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
19 +++ b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_release
21 LICENSE="GPL-2-with-exceptions"
22
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
26 IUSE="debug doc examples"
27
28 DEPEND=""