diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2016-04-28 11:20:07 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2016-04-28 11:20:07 +0200 |
commit | e94866a9540476fe51b05781c93801efbe97aa50 (patch) | |
tree | 8cbdbc4ffaa3984dd2d7f629dae7b56649b1b31d /profiles | |
parent | app-admin/puppet-agent: x86 stable wrt bug #581372 (diff) | |
download | gentoo-e94866a9540476fe51b05781c93801efbe97aa50.tar.gz gentoo-e94866a9540476fe51b05781c93801efbe97aa50.tar.bz2 gentoo-e94866a9540476fe51b05781c93801efbe97aa50.zip |
profiles/prefix/cygwin/x64: accept ~amd64-linux for now
as whe have no cygwin keywords anywhere yet
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/windows/cygwin/2.0/x64/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/windows/cygwin/2.0/x64/make.defaults b/profiles/prefix/windows/cygwin/2.0/x64/make.defaults index a018bd9f764e..e243a8c6877a 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="" |