vapier 14/04/05 15:38:48 Modified: ChangeLog make.defaults use.force Log: Adjust multilib settings after the multilib USE flag rework.
Revision Changes Path 1.77 profiles/arch/s390/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 19 Mar 2014 00:18:11 -0000 1.76 +++ ChangeLog 5 Apr 2014 15:38:48 -0000 1.77 @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/s390 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v 1.76 2014/03/19 00:18:11 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v 1.77 2014/04/05 15:38:48 vapier Exp $ + + 05 Apr 2014; Mike Frysinger <[email protected]> make.defaults, + s390x/make.defaults, s390x/use.force, use.force: + Adjust multilib settings after the multilib USE flag rework. 19 Mar 2014; Andreas K. Huettel <[email protected]> +eapi, +s390x/eapi: Increase EAPI to 5 1.10 profiles/arch/s390/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/make.defaults?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/make.defaults?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/make.defaults?r1=1.9&r2=1.10 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- make.defaults 3 Apr 2014 16:58:57 -0000 1.9 +++ make.defaults 5 Apr 2014 15:38:48 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/s390/make.defaults,v 1.9 2014/04/03 16:58:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v 1.10 2014/04/05 15:38:48 vapier Exp $ ARCH="s390" ACCEPT_KEYWORDS="s390 ~s390" @@ -23,3 +23,7 @@ # Unhide the ABI_S390 USE_EXPAND. USE_EXPAND_HIDDEN="-ABI_S390" + +# While multilib is available, we don't default it to on. +BOOTSTRAP_USE="${BOOTSTRAP_USE} -multilib" +USE="-multilib" 1.3 profiles/arch/s390/use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/use.force?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/use.force?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/use.force?r1=1.2&r2=1.3 Index: use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/use.force,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- use.force 1 Apr 2014 06:55:15 -0000 1.2 +++ use.force 5 Apr 2014 15:38:48 -0000 1.3 @@ -1,5 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/use.force,v 1.3 2014/04/05 15:38:48 vapier Exp $ + # Force the flag which corresponds to ARCH. s390 # Force the flag corresponding to the only ABI. abi_s390_32 + +# We do not have multilib by default. +-multilib
