mgorny 14/07/01 08:28:32 Modified: make.defaults Added: use.mask Log: Adjust use.mask properly and hide the flags since the both profiles are non-multilib by default. Add IUSE_IMPLICIT.
Revision Changes Path 1.5 profiles/arch/s390/s390x/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/make.defaults?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/make.defaults?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/make.defaults?r1=1.4&r2=1.5 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/make.defaults,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- make.defaults 5 Apr 2014 15:38:48 -0000 1.4 +++ make.defaults 1 Jul 2014 08:28:31 -0000 1.5 @@ -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/s390/s390x/make.defaults,v 1.4 2014/04/05 15:38:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/make.defaults,v 1.5 2014/07/01 08:28:31 mgorny Exp $ MULTILIB_ABIS="s390x" DEFAULT_ABI="s390x" @@ -8,5 +8,10 @@ CHOST="s390x-ibm-linux-gnu" +# Michał Górny <[email protected]> (01 Jul 2014) +# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied +# by non-multilib ebuilds when non-native ABIs are disabled. +IUSE_IMPLICIT="abi_s390_64 -abi_s390_32" + # Enable abi_s390_64 for packages that don't have it forced. ABI_S390="64" 1.1 profiles/arch/s390/s390x/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/use.mask?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/use.mask?rev=1.1&content-type=text/plain Index: use.mask =================================================================== # Switch ABI flags for this arch. abi_s390_32 -abi_s390_64
