mgorny 14/06/27 22:17:30 Modified: make.defaults use.force use.mask Log: Clean up multilib flags. Add ABI values to the ppc32 profile for consistency with ppc64 profiles.
Revision Changes Path 1.3 profiles/arch/powerpc/ppc64/32ul/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults?r1=1.2&r2=1.3 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- make.defaults 7 Jul 2008 01:32:51 -0000 1.2 +++ make.defaults 27 Jun 2014 22:17:30 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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/32ul/make.defaults,v 1.2 2008/07/07 01:32:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v 1.3 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. @@ -12,3 +12,6 @@ DEFAULT_ABI="ppc" ACCEPT_KEYWORDS="${ARCH} -ppc64" +# Michał Górny <[email protected]> (27 Jun 2014) +# Make the ABI flag implicit for compatibility with native ebuilds. +IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64" 1.2 profiles/arch/powerpc/ppc64/32ul/use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force?r1=1.1&r2=1.2 Index: use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.force,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- use.force 21 Sep 2008 00:11:59 -0000 1.1 +++ use.force 27 Jun 2014 22:17:30 -0000 1.2 @@ -3,3 +3,8 @@ # Unforce the flag which corresponds to the 64-bit ARCH. -ppc64 + +# Michał Górny <[email protected]> (27 Jun 2014) +# Switch multilib flags for the ABI. +-abi_ppc_64 +abi_ppc_32 1.3 profiles/arch/powerpc/ppc64/32ul/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask?r1=1.2&r2=1.3 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/use.mask,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- use.mask 21 Sep 2008 00:11:59 -0000 1.2 +++ use.mask 27 Jun 2014 22:17:30 -0000 1.3 @@ -6,3 +6,8 @@ # We mask this since we're not really a multilib profile multilib + +# Michał Górny <[email protected]> (27 Jun 2014) +# Switch multilib flags for the ABI. +abi_ppc_64 +-abi_ppc_32
