commit:     545f41df4c2d596906ec121928fb77681185c458
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 19:37:46 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  7 19:39:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545f41df

multilib-build.eclass: Comment abi_ppc* flags out

PowerPC does not have a single multilib profile, and therefore the flags
do not really serve any purpose.  Comment them out to reduce the total
number of USE flags in USE-deps.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/multilib-build.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index beb98ab2708..97fc05b2354 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -45,8 +45,8 @@ _MULTILIB_FLAGS=(
        abi_mips_n32:n32
        abi_mips_n64:n64
        abi_mips_o32:o32
-       abi_ppc_32:ppc,ppc_aix,ppc_macos
-       abi_ppc_64:ppc64
+#      abi_ppc_32:ppc,ppc_aix,ppc_macos
+#      abi_ppc_64:ppc64
        abi_riscv_lp64d:lp64d
        abi_riscv_lp64:lp64
        abi_s390_32:s390

Reply via email to