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 741C5158470 for ; Mon, 8 Jan 2024 13:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C0F2BC015; Mon, 8 Jan 2024 13:49:32 +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 8CC352BC015 for ; Mon, 8 Jan 2024 13:49:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E7CC343318 for ; Mon, 8 Jan 2024 13:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1163314B1 for ; Mon, 8 Jan 2024 13:49:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1704721748.fd85559c84c029af8759ee76cca291e095962d9c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pinentry/pinentry-0.1_p20231126.ebuild X-VCS-Directories: app-emacs/pinentry/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fd85559c84c029af8759ee76cca291e095962d9c X-VCS-Branch: master Date: Mon, 8 Jan 2024 13:49:30 +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: 52c250a8-42bc-4213-8d42-2523efddfd9d X-Archives-Hash: cb83ac4278da480087fa47bed407897f commit: fd85559c84c029af8759ee76cca291e095962d9c Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 8 13:08:18 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 8 13:49:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd85559c app-emacs/pinentry: stabilize 0.1_p20231126 for ALLARCHES Signed-off-by: Ulrich Müller gentoo.org> app-emacs/pinentry/pinentry-0.1_p20231126.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild index e51da6dde7eb..c0ef7e9ac882 100644 --- a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild +++ b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-el-${COMMIT}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" RDEPEND="app-crypt/pinentry[emacs]"