mgorny 14/06/25 12:05:16 Modified: ChangeLog make.defaults Log: Fix typo.
Revision Changes Path 1.168 profiles/arch/x86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 25 Jun 2014 08:18:50 -0000 1.167 +++ ChangeLog 25 Jun 2014 12:05:16 -0000 1.168 @@ -1,6 +1,9 @@ # 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.167 2014/06/25 08:18:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.168 2014/06/25 12:05:16 mgorny Exp $ + + 25 Jun 2014; Michał Górny <[email protected]> make.defaults: + Fix typo. 25 Jun 2014; Michał Górny <[email protected]> make.defaults: Experimentally mark native ABI USE flag implicit for better 1.15 profiles/arch/x86/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?r1=1.14&r2=1.15 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- make.defaults 25 Jun 2014 08:18:50 -0000 1.14 +++ make.defaults 25 Jun 2014 12:05:16 -0000 1.15 @@ -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.14 2014/06/25 08:18:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.15 2014/06/25 12:05:16 mgorny Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -34,4 +34,4 @@ # 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" +IUSE_IMPLICIT="abi_x86_32"
