Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
Date: Thu, 26 Nov 2015 10:36:38
Message-Id: 1448533981.57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d.jlec@gentoo
1 commit: 57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 26 10:33:01 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 10:33:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a9ac7a
7
8 dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC
9
10 thanks
11 Marcus Comstedt for the patch
12
13 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758
14
15 Package-Manager: portage-2.2.25
16 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
17
18 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 2 ++
19 1 file changed, 2 insertions(+)
20
21 diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
22 index 31f7343..2a45353 100644
23 --- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
24 +++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
25 @@ -77,6 +77,8 @@ local_src_compile() {
26 case ${MULTILIB_ABI_FLAG} in
27 abi_x86_64) arch=x86_64 ;;
28 abi_x86_32) arch=ia32 ;;
29 + abi_ppc_64) arch=ppc64 ;;
30 + abi_ppc_32) arch=ppc32 ;;
31 esac
32
33 case "$(tc-getCXX)" in