From 545f41df4c2d596906ec121928fb77681185c458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 7 May 2019 21:37:46 +0200 Subject: [PATCH] multilib-build.eclass: Comment abi_ppc* flags out MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 beb98ab27086..97fc05b23540 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 -- 2.26.2