haubi 15/06/05 07:59:18 Modified: ChangeLog make.defaults Log: profiles/base/make.defaults: add USE_EXPAND_VALUES_ARCH x64-cygwin, as Cygwin 2.0 supports 64-bits: https://sourceware.org/ml/cygwin/2015-04/msg00595.html
Revision Changes Path 1.809 profiles/base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.809&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.809&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.808&r2=1.809 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v retrieving revision 1.808 retrieving revision 1.809 diff -u -r1.808 -r1.809 --- ChangeLog 4 Jun 2015 18:47:33 -0000 1.808 +++ ChangeLog 5 Jun 2015 07:59:18 -0000 1.809 @@ -1,6 +1,10 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.808 2015/06/04 18:47:33 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.809 2015/06/05 07:59:18 haubi Exp $ + + 05 Jun 2015; Michael Haubenwallner <[email protected]> make.defaults: + add USE_EXPAND_VALUES_ARCH x64-cygwin, as Cygwin 2.0 supports 64-bits: + https://sourceware.org/ml/cygwin/2015-04/msg00595.html 04 Jun 2015; Michael Palimaka <[email protected]> package.use.mask, package.use.stable.mask: 1.127 profiles/base/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?r1=1.126&r2=1.127 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- make.defaults 29 May 2015 09:08:51 -0000 1.126 +++ make.defaults 5 Jun 2015 07:59:18 -0000 1.127 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.126 2015/05/29 09:08:51 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.127 2015/06/05 07:59:18 haubi Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -9,7 +9,7 @@ IUSE_IMPLICIT="prefix prefix-guest" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU"
