From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E7BB139083 for ; Thu, 23 Mar 2017 07:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7603C21C043; Thu, 23 Mar 2017 07:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5416121C043 for ; Thu, 23 Mar 2017 07:59:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EBA341130 for ; Thu, 23 Mar 2017 07:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44FD571C2 for ; Thu, 23 Mar 2017 07:59:36 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1490255965.e1406fbe6106358c77bffed0ebb4d8e76b871413.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/windows/cygwin/package.use X-VCS-Directories: profiles/prefix/windows/cygwin/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: e1406fbe6106358c77bffed0ebb4d8e76b871413 X-VCS-Branch: master Date: Thu, 23 Mar 2017 07:59:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24c622b1-a61d-4259-b50c-2c0dd90d526b X-Archives-Hash: 66efdee8bc7dd1707a414ff0f0479cd0 commit: e1406fbe6106358c77bffed0ebb4d8e76b871413 Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Mar 23 07:56:20 2017 +0000 Commit: Michael Haubenwallner gentoo 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 (23 Mar 2017) +# Using nettle hides a conflict between wincrypt and openssl. +app-arch/libarchive nettle + # Michael Haubenwallner (18 Apr 2016) # Cygwin coreutils provide kill as gkill sys-apps/coreutils kill