mgorny      14/06/27 22:17:30

  Modified:             make.defaults use.mask
  Log:
  Clean up multilib flags. Add ABI values to the ppc32 profile for consistency 
with ppc64 profiles.

Revision  Changes    Path
1.7                  profiles/arch/powerpc/ppc32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults?r1=1.6&r2=1.7

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults       29 Mar 2014 03:02:26 -0000      1.6
+++ make.defaults       27 Jun 2014 22:17:29 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v 
1.6 2014/03/29 03:02:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v 
1.7 2014/06/27 22:17:29 mgorny Exp $
 
 # All extra USE/etc should be specified in sub-profiles.
 # DO NOT POLLUTE USE ON THIS PROFILE.
@@ -22,5 +22,17 @@
 # Defaults for PowerPC sound driver
 ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s 
aoa-tas aoa-toonie powermac usb-audio via82xx"
 
+# Michał Górny <[email protected]> (27 Jun 2014)
+# Multilib-related setup for compatibility with future multilib.
+ABI="ppc"
+DEFAULT_ABI="ppc"
+MULTILIB_ABIS="ppc"
+CHOST_ppc=${CHOST}
+LIBDIR_ppc="lib"
+
+# Michał Górny <[email protected]> (27 Jun 2014)
+# Make the ABI flag implicit for compatibility with native ebuilds.
+IUSE_IMPLICIT="abi_ppc_32"
+
 # Enable abi_ppc_32 for packages that don't have it forced.
 ABI_PPC="32"



1.12                 profiles/arch/powerpc/ppc32/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask?r1=1.11&r2=1.12

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/use.mask,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- use.mask    25 Jun 2014 14:22:29 -0000      1.11
+++ use.mask    27 Jun 2014 22:17:30 -0000      1.12
@@ -1,6 +1,10 @@
 # Unmask the flag which corresponds to ARCH.
 -ppc
 
+# Michał Górny <[email protected]> (27 Jun 2014)
+# Unmask multilib flag for the ABI.
+-abi_ppc_32
+
 # Andrey Grozin <[email protected]> (25 Jun 2014)
 # keyworded on ppc
 -clisp




Reply via email to