diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 15:18:14 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 15:20:12 +0100 |
commit | c3a81b927c67cb766c3e0bafd7da14d6520c3140 (patch) | |
tree | 0fda2aa486b809171c91c2e9b5256e4bd3d7f4f5 /profiles/prefix/windows | |
parent | dev-texlive/texlive-xetex: arm stable (bug 432144) (diff) | |
download | gentoo-c3a81b927c67cb766c3e0bafd7da14d6520c3140.tar.gz gentoo-c3a81b927c67cb766c3e0bafd7da14d6520c3140.tar.bz2 gentoo-c3a81b927c67cb766c3e0bafd7da14d6520c3140.zip |
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.
Diffstat (limited to 'profiles/prefix/windows')
-rw-r--r-- | profiles/prefix/windows/cygwin/x64/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/windows/cygwin/x64/make.defaults b/profiles/prefix/windows/cygwin/x64/make.defaults index e243a8c6877a..a018bd9f764e 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="" |