mgorny 14/07/01 07:50:38 Modified: ChangeLog make.defaults Log: Set default ABI_X86. Just in case.
Revision Changes Path 1.171 profiles/arch/x86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.171&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.171&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.170&r2=1.171 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v retrieving revision 1.170 retrieving revision 1.171 diff -u -r1.170 -r1.171 --- ChangeLog 29 Jun 2014 18:33:58 -0000 1.170 +++ ChangeLog 1 Jul 2014 07:50:38 -0000 1.171 @@ -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.170 2014/06/29 18:33:58 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.171 2014/07/01 07:50:38 mgorny Exp $ + + 01 Jul 2014; Michał Górny <[email protected]> make.defaults: + Set default ABI_X86. Just in case. 29 Jun 2014; Andreas K. Huettel <[email protected]> use.mask: Mask use-flag firebird and package dev-db/firebird for bug 460780 1.16 profiles/arch/x86/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?r1=1.15&r2=1.16 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- make.defaults 25 Jun 2014 12:05:16 -0000 1.15 +++ make.defaults 1 Jul 2014 07:50:38 -0000 1.16 @@ -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.15 2014/06/25 12:05:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.16 2014/07/01 07:50:38 mgorny Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -35,3 +35,7 @@ # 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_x86_32" + +# Michał Górny <[email protected]> (01 Jul 2014) +# Default to abi_x86_32 for packages that don't have it forced. +ABI_X86="32"
