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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 849F415806E for ; Sat, 20 May 2023 06:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C651BE07F2; Sat, 20 May 2023 06:17:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB32CE07F2 for ; Sat, 20 May 2023 06:17:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF0D5340E88 for ; Sat, 20 May 2023 06:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 470DFA67 for ; Sat, 20 May 2023 06:17:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684563415.19a3270cb5ba23f8b3b42b09cc411f5675d1dfc6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pinentry/pinentry-1.2.1-r3.ebuild X-VCS-Directories: app-crypt/pinentry/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19a3270cb5ba23f8b3b42b09cc411f5675d1dfc6 X-VCS-Branch: master Date: Sat, 20 May 2023 06:17:41 +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: ddb9cd66-6670-40fa-9bbf-4e7f518a8639 X-Archives-Hash: 5107802e8614023e4103f1bacbbbea64 commit: 19a3270cb5ba23f8b3b42b09cc411f5675d1dfc6 Author: Sam James gentoo org> AuthorDate: Sat May 20 06:16:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 06:16:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a3270c app-crypt/pinentry: tidy up comment Signed-off-by: Sam James gentoo.org> app-crypt/pinentry/pinentry-1.2.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild index d200154714a7..d4f967263922 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild @@ -49,7 +49,7 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) PATCHES=( "${FILESDIR}/${PN}-1.0.0-AR.patch" - "${FILESDIR}/${PN}-1.2.1-automagic-capslock.patch" # bug #819939, bug ##837719 + "${FILESDIR}/${PN}-1.2.1-automagic-capslock.patch" # bug #819939, bug #837719 ) src_prepare() {