Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/2.0/x64/
Date: Thu, 28 Apr 2016 09:21:02
Message-Id: 1461835207.e94866a9540476fe51b05781c93801efbe97aa50.haubi@gentoo
1 commit: e94866a9540476fe51b05781c93801efbe97aa50
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 09:20:07 2016 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 09:20:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94866a9
7
8 profiles/prefix/cygwin/x64: accept ~amd64-linux for now
9
10 as whe have no cygwin keywords anywhere yet
11
12 profiles/prefix/windows/cygwin/2.0/x64/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
16 index a018bd9..e243a8c 100644
17 --- a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
18 +++ b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
19 @@ -4,7 +4,7 @@
20
21 ARCH="x64-cygwin"
22 CHOST="x86_64-pc-cygwin"
23 -ACCEPT_KEYWORDS="~x64-cygwin"
24 +ACCEPT_KEYWORDS="~x64-cygwin ~amd64-linux"
25
26 # We don't have lib64 in prefix so, remove it here.
27 SYMLINK_LIB=""