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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DB6D15813A for ; Fri, 10 Jan 2025 04:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B964E07D0; Fri, 10 Jan 2025 04:12:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 067D4E07D0 for ; Fri, 10 Jan 2025 04:12:25 +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 BB24C341214 for ; Fri, 10 Jan 2025 04:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43F9B1ED6 for ; Fri, 10 Jan 2025 04:12:20 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736480962.8c34c217f13b52a90bdc184a1e855d12d8be6b0e.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 8c34c217f13b52a90bdc184a1e855d12d8be6b0e X-VCS-Branch: master Date: Fri, 10 Jan 2025 04:12:20 +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: 17576c2d-7336-4ff2-a7f6-38e015f002a4 X-Archives-Hash: d692d654321b4d46ca76937963e8d697 commit: 8c34c217f13b52a90bdc184a1e855d12d8be6b0e Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 10 03:49:22 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 10 03:49:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c34c217 app-emacs/pinentry: keyword 0.1_p20231126 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-emacs/pinentry/pinentry-0.1_p20231126.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild index c1376ed47d2a..146119e0710e 100644 --- a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild +++ b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-el-${COMMIT}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv sparc x86" RDEPEND="app-crypt/pinentry[emacs]"