commit: e1406fbe6106358c77bffed0ebb4d8e76b871413 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 07:56:20 2017 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 07:59:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1406fbe
profiles/prefix/cygwin: p.use nettle for libarchive To hide a macro conflict between openssl and wincrypt due to wrong detection algorithm of openssl for Cygwin. profiles/prefix/windows/cygwin/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/prefix/windows/cygwin/package.use b/profiles/prefix/windows/cygwin/package.use index 1681aa34eee..9439b6ac23c 100644 --- a/profiles/prefix/windows/cygwin/package.use +++ b/profiles/prefix/windows/cygwin/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Haubenwallner <[email protected]> (23 Mar 2017) +# Using nettle hides a conflict between wincrypt and openssl. +app-arch/libarchive nettle + # Michael Haubenwallner <[email protected]> (18 Apr 2016) # Cygwin coreutils provide kill as gkill sys-apps/coreutils kill
