mgorny 14/06/25 08:18:50 Modified: ChangeLog make.defaults Log: Experimentally mark native ABI USE flag implicit for better user-friendliness.
Revision Changes Path 1.167 profiles/arch/x86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.167&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.167&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.166&r2=1.167 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- ChangeLog 20 Jun 2014 13:48:19 -0000 1.166 +++ ChangeLog 25 Jun 2014 08:18:50 -0000 1.167 @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.166 2014/06/20 13:48:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.167 2014/06/25 08:18:50 mgorny Exp $ + + 25 Jun 2014; Michał Górny <[email protected]> make.defaults: + Experimentally mark native ABI USE flag implicit for better + user-friendliness. 20 Jun 2014; Michał Górny <[email protected]> make.defaults: Set amd64-compatible values for ABI and related variables. 1.14 profiles/arch/x86/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?r1=1.13&r2=1.14 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- make.defaults 20 Jun 2014 13:48:19 -0000 1.13 +++ make.defaults 25 Jun 2014 08:18:50 -0000 1.14 @@ -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/x86/make.defaults,v 1.13 2014/06/20 13:48:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.14 2014/06/25 08:18:50 mgorny Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -30,3 +30,8 @@ # 2006/12/21 - Andrej Kacian <[email protected]> # Defaults for audio drivers ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" + +# Michał Górny <[email protected]> (25 Jun 2014) +# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied +# by non-multilib ebuilds when non-native ABIs are disabled. +IMPLICIT_IUSE="abi_x86_32"
