From 57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 26 Nov 2015 11:33:01 +0100 Subject: dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC thanks Marcus Comstedt for the patch Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher --- dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-cpp/tbb') diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild index 31f73436b852..2a453539c77f 100644 --- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild +++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild @@ -77,6 +77,8 @@ local_src_compile() { case ${MULTILIB_ABI_FLAG} in abi_x86_64) arch=x86_64 ;; abi_x86_32) arch=ia32 ;; + abi_ppc_64) arch=ppc64 ;; + abi_ppc_32) arch=ppc32 ;; esac case "$(tc-getCXX)" in -- cgit v1.2.3-65-gdbad