From cc25d85e0df48005a4a160dcb5442f63da9c1db0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 7 May 2019 21:37:19 +0200 Subject: [PATCH] dev-cpp/tbb: Mask abi_ppc* flag usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The abi_ppc* flags are going to be removed from multilib-build.eclass. The older version seems to have worked fine without them, so commit them out for now. Signed-off-by: Michał Górny --- dev-cpp/tbb/tbb-2017.20161128.ebuild | 4 ++-- dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++-- dev-cpp/tbb/tbb-2018.20180312.ebuild | 4 ++-- dev-cpp/tbb/tbb-4.4.20160803.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild b/dev-cpp/tbb/tbb-2017.20161128.ebuild index 466e1e756f78..bd54a0a88912 100644 --- a/dev-cpp/tbb/tbb-2017.20161128.ebuild +++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild @@ -78,8 +78,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 ;; +# abi_ppc_64) arch=ppc64 ;; +# abi_ppc_32) arch=ppc32 ;; esac case "$(tc-getCXX)" in diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild b/dev-cpp/tbb/tbb-2017.20170226.ebuild index a265095c4bb0..34be8b2f6e90 100644 --- a/dev-cpp/tbb/tbb-2017.20170226.ebuild +++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild @@ -78,8 +78,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 ;; +# abi_ppc_64) arch=ppc64 ;; +# abi_ppc_32) arch=ppc32 ;; esac case "$(tc-getCXX)" in diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild b/dev-cpp/tbb/tbb-2018.20180312.ebuild index 7879da6125e4..acefb36e9bb1 100644 --- a/dev-cpp/tbb/tbb-2018.20180312.ebuild +++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild @@ -78,8 +78,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 ;; +# abi_ppc_64) arch=ppc64 ;; +# abi_ppc_32) arch=ppc32 ;; esac case "$(tc-getCXX)" in diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild b/dev-cpp/tbb/tbb-4.4.20160803.ebuild index f6cd3e24a601..d1d21c561ce0 100644 --- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild +++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild @@ -79,8 +79,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 ;; +# abi_ppc_64) arch=ppc64 ;; +# abi_ppc_32) arch=ppc32 ;; esac case "$(tc-getCXX)" in -- 2.26.2