From: Michał Górny Date: Tue, 7 May 2019 19:37:19 +0000 (+0200) Subject: dev-cpp/tbb: Mask abi_ppc* flag usage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc25d85e0df48005a4a160dcb5442f63da9c1db0;p=gentoo.git dev-cpp/tbb: Mask abi_ppc* flag usage 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 --- 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