[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/2.0/x64/

2016-04-28 Thread Michael Haubenwallner
commit: e94866a9540476fe51b05781c93801efbe97aa50
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Thu Apr 28 09:20:07 2016 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Thu Apr 28 09:20:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94866a9

profiles/prefix/cygwin/x64: accept ~amd64-linux for now

as whe have no cygwin keywords anywhere yet

 profiles/prefix/windows/cygwin/2.0/x64/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults 
b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
index a018bd9..e243a8c 100644
--- a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
+++ b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
@@ -4,7 +4,7 @@
 
 ARCH="x64-cygwin"
 CHOST="x86_64-pc-cygwin"
-ACCEPT_KEYWORDS="~x64-cygwin"
+ACCEPT_KEYWORDS="~x64-cygwin ~amd64-linux"
 
 # We don't have lib64 in prefix so, remove it here.
 SYMLINK_LIB=""



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/2.0/x64/

2016-04-13 Thread Michael Haubenwallner
commit: c20f8602fd9db2560a4606cdf5526af876f0b214
Author: Michael Haubenwallner  ssi-schaefer 
 com>
AuthorDate: Tue Apr 12 11:28:04 2016 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Apr 13 09:33:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20f8602

prefix/cygwin/x64/make.defaults: define multilib values

 profiles/prefix/windows/cygwin/2.0/x64/make.defaults | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults 
b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
index 966294e..a018bd9 100644
--- a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
+++ b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults
@@ -5,3 +5,14 @@
 ARCH="x64-cygwin"
 CHOST="x86_64-pc-cygwin"
 ACCEPT_KEYWORDS="~x64-cygwin"
+
+# We don't have lib64 in prefix so, remove it here.
+SYMLINK_LIB=""
+LIBDIR_amd64="lib"
+
+# multilib build stuff, single ABI (no multilib)
+MULTILIB_ABIS="amd64"
+DEFAULT_ABI="amd64"
+ABI="amd64"
+IUSE_IMPLICIT="abi_x86_64"
+LIBDIR_amd64="lib"