diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-23 08:56:20 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-23 08:59:25 +0100 |
commit | e1406fbe6106358c77bffed0ebb4d8e76b871413 (patch) | |
tree | 92728aa670f86bbded010ac3ccf26fb618d38f4f /profiles/prefix | |
parent | app-misc/ca-certificates: Bump to version 20161130.3.30 (diff) | |
download | gentoo-e1406fbe6106358c77bffed0ebb4d8e76b871413.tar.gz gentoo-e1406fbe6106358c77bffed0ebb4d8e76b871413.tar.bz2 gentoo-e1406fbe6106358c77bffed0ebb4d8e76b871413.zip |
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.
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/windows/cygwin/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/prefix/windows/cygwin/package.use b/profiles/prefix/windows/cygwin/package.use index 1681aa34eee5..9439b6ac23c0 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 <haubi@gentoo.org> (23 Mar 2017) +# Using nettle hides a conflict between wincrypt and openssl. +app-arch/libarchive nettle + # Michael Haubenwallner <haubi@gentoo.org> (18 Apr 2016) # Cygwin coreutils provide kill as gkill sys-apps/coreutils kill |