Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/
Date: Tue, 07 May 2019 19:39:48
Message-Id: 1557257973.cc25d85e0df48005a4a160dcb5442f63da9c1db0.mgorny@gentoo
1 commit: cc25d85e0df48005a4a160dcb5442f63da9c1db0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 19:37:19 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 19:39:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc25d85e
7
8 dev-cpp/tbb: Mask abi_ppc* flag usage
9
10 The abi_ppc* flags are going to be removed from multilib-build.eclass.
11 The older version seems to have worked fine without them, so commit them
12 out for now.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-cpp/tbb/tbb-2017.20161128.ebuild | 4 ++--
17 dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++--
18 dev-cpp/tbb/tbb-2018.20180312.ebuild | 4 ++--
19 dev-cpp/tbb/tbb-4.4.20160803.ebuild | 4 ++--
20 4 files changed, 8 insertions(+), 8 deletions(-)
21
22 diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild b/dev-cpp/tbb/tbb-2017.20161128.ebuild
23 index 466e1e756f7..bd54a0a8891 100644
24 --- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
25 +++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
26 @@ -78,8 +78,8 @@ local_src_compile() {
27 case ${MULTILIB_ABI_FLAG} in
28 abi_x86_64) arch=x86_64 ;;
29 abi_x86_32) arch=ia32 ;;
30 - abi_ppc_64) arch=ppc64 ;;
31 - abi_ppc_32) arch=ppc32 ;;
32 +# abi_ppc_64) arch=ppc64 ;;
33 +# abi_ppc_32) arch=ppc32 ;;
34 esac
35
36 case "$(tc-getCXX)" in
37
38 diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild b/dev-cpp/tbb/tbb-2017.20170226.ebuild
39 index a265095c4bb..34be8b2f6e9 100644
40 --- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
41 +++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
42 @@ -78,8 +78,8 @@ local_src_compile() {
43 case ${MULTILIB_ABI_FLAG} in
44 abi_x86_64) arch=x86_64 ;;
45 abi_x86_32) arch=ia32 ;;
46 - abi_ppc_64) arch=ppc64 ;;
47 - abi_ppc_32) arch=ppc32 ;;
48 +# abi_ppc_64) arch=ppc64 ;;
49 +# abi_ppc_32) arch=ppc32 ;;
50 esac
51
52 case "$(tc-getCXX)" in
53
54 diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild b/dev-cpp/tbb/tbb-2018.20180312.ebuild
55 index 7879da6125e..acefb36e9bb 100644
56 --- a/dev-cpp/tbb/tbb-2018.20180312.ebuild
57 +++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
58 @@ -78,8 +78,8 @@ local_src_compile() {
59 case ${MULTILIB_ABI_FLAG} in
60 abi_x86_64) arch=x86_64 ;;
61 abi_x86_32) arch=ia32 ;;
62 - abi_ppc_64) arch=ppc64 ;;
63 - abi_ppc_32) arch=ppc32 ;;
64 +# abi_ppc_64) arch=ppc64 ;;
65 +# abi_ppc_32) arch=ppc32 ;;
66 esac
67
68 case "$(tc-getCXX)" in
69
70 diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
71 index f6cd3e24a60..d1d21c561ce 100644
72 --- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
73 +++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
74 @@ -79,8 +79,8 @@ local_src_compile() {
75 case ${MULTILIB_ABI_FLAG} in
76 abi_x86_64) arch=x86_64 ;;
77 abi_x86_32) arch=ia32 ;;
78 - abi_ppc_64) arch=ppc64 ;;
79 - abi_ppc_32) arch=ppc32 ;;
80 +# abi_ppc_64) arch=ppc64 ;;
81 +# abi_ppc_32) arch=ppc32 ;;
82 esac
83
84 case "$(tc-getCXX)" in