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 2A3BA138359 for ; Tue, 17 Nov 2020 13:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F993E092D; Tue, 17 Nov 2020 13:39:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4670BE092D for ; Tue, 17 Nov 2020 13:39:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 379A133BEF2 for ; Tue, 17 Nov 2020 13:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8E5434 for ; Tue, 17 Nov 2020 13:39:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1605620380.ec44c68c7d184209a703b1bdeb3e8c6d01963e56.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.2.24.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ec44c68c7d184209a703b1bdeb3e8c6d01963e56 X-VCS-Branch: master Date: Tue, 17 Nov 2020 13:39:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37a1cd30-946b-48a2-96b3-3a3df4af0546 X-Archives-Hash: 57eb2fac0c9ab4000836a32deadc10fa commit: ec44c68c7d184209a703b1bdeb3e8c6d01963e56 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 17 13:39:40 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 17 13:39:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec44c68c app-crypt/gnupg: Added comment about patch origin Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> app-crypt/gnupg/gnupg-2.2.24.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-crypt/gnupg/gnupg-2.2.24.ebuild b/app-crypt/gnupg/gnupg-2.2.24.ebuild index adba24b3d8b..0fadc21916d 100644 --- a/app-crypt/gnupg/gnupg-2.2.24.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.24.ebuild @@ -58,6 +58,8 @@ src_prepare() { # Made optional because it's a non-official patch if use scd_shared_access ; then + # Patch taken from + # https://github.com/GPGTools/MacGPG2/tree/dev/patches/gnupg eapply "${DISTDIR}/${PN}-2.2.16-scdaemon_shared-access.patch" fi