profiles/prefix/cygwin: stop accepting ~amd64-linux
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 20 Feb 2017 14:18:14 +0000 (15:18 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 20 Feb 2017 14:20:12 +0000 (15:20 +0100)
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

index e243a8c6877ad92aaca84e5829768f0fd42f0a87..a018bd9f764e14f6e1a29b3835e9477a6ceb7bab 100644 (file)
@@ -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=""