commit:     c3a81b927c67cb766c3e0bafd7da14d6520c3140
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 14:18:14 2017 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 14:20:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a81b92

profiles/prefix/cygwin: stop accepting ~amd64-linux

Since ~x64-cygwin keywords are in place, there's no need any more to
accept ~amd64-linux keywords.

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

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

Reply via email to