diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2015-06-29 07:59:21 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2015-06-29 07:59:21 +0000 |
commit | 5d60aeabd457f514e25bf5debd2bdf90679b75e1 (patch) | |
tree | c8f8197f3f42796a53cacb2c3b3f79428e20d13f /profiles/prefix | |
parent | Correctly handle loaded image during reboot with LOAD_DURING_SHUTDOWN, bug #5... (diff) | |
download | gentoo-2-5d60aeabd457f514e25bf5debd2bdf90679b75e1.tar.gz gentoo-2-5d60aeabd457f514e25bf5debd2bdf90679b75e1.tar.bz2 gentoo-2-5d60aeabd457f514e25bf5debd2bdf90679b75e1.zip |
profiles/prefix: windows/cygwin/2.0/x64 CHOST is without version number: 'x86_64-pc-cygwin' only
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/windows/cygwin/2.0/x64/make.defaults | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 6f4d41a291f8..f62ccffd7e9e 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.464 2015/06/16 13:00:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.465 2015/06/29 07:59:21 haubi Exp $ + + 29 Jun 2015; Michael Haubenwallner <haubi@gentoo.org> + windows/cygwin/2.0/x64/make.defaults: + x64-cygwin CHOST is without version number: 'x86_64-pc-cygwin' only 16 Jun 2015; Fabian Groffen <grobian@gentoo.org> package.mask: Unmask Portage-2.2.20, the host that had the problem is unreliable due to a diff --git a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults index 35a56a275e92..4c6185ed7108 100644 --- a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults +++ b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/2.0/x64/make.defaults,v 1.1 2015/06/05 08:01:17 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/2.0/x64/make.defaults,v 1.2 2015/06/29 07:59:21 haubi Exp $ ARCH="x64-cygwin" -CHOST="x86_64-pc-cygwin2.0" +CHOST="x86_64-pc-cygwin" ACCEPT_KEYWORDS="~x64-cygwin" |