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.12 profiles/arch/powerpc/ppc64/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults?r1=1.11&r2=1.12 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- make.defaults 29 Mar 2014 03:02:26 -0000 1.11 +++ make.defaults 27 Jun 2014 22:17:30 -0000 1.12 @@ -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/ppc64/make.defaults,v 1.11 2014/03/29 03:02:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults,v 1.12 2014/06/27 22:17:30 mgorny Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -30,6 +30,10 @@ LDFLAGS_ppc="-m elf32ppc" CHOST_ppc="powerpc-unknown-linux-gnu" +# Michał Górny <[email protected]> (27 Jun 2014) +# Make the ABI flag implicit for compatibility with native ebuilds. +IUSE_IMPLICIT="abi_ppc_64" + # 2006/08/18 - Donnie Berkholz <[email protected]> # Defaults for video drivers VIDEO_CARDS="fbdev mach64 mga nv r128 radeon vesa" 1.17 profiles/arch/powerpc/ppc64/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/use.mask?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/use.mask?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/use.mask?r1=1.16&r2=1.17 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/use.mask,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- use.mask 4 May 2013 13:38:27 -0000 1.16 +++ use.mask 27 Jun 2014 22:17:30 -0000 1.17 @@ -1,5 +1,9 @@ ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!! +# Michał Górny <[email protected]> (27 Jun 2014) +# Unmask multilib flag for the ABI. +-abi_ppc_64 + # Samuli Suominen <[email protected]> (24 Nov 2012) # TODO: Keyword and stabilize media-gfx/opencolorio and media-libs/opencv colorio
