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 D91D515808B for ; Thu, 3 Mar 2022 15:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0327D2BC025; Thu, 3 Mar 2022 15:14:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF4B52BC026 for ; Thu, 3 Mar 2022 15:14:13 +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 019AA3431B3 for ; Thu, 3 Mar 2022 15:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CBAC2FD for ; Thu, 3 Mar 2022 15:14:11 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1646320389.dd64ddd0b6f389e4250c1953f78d5069abc5140e.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild X-VCS-Directories: net-mail/checkpassword-pam/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: dd64ddd0b6f389e4250c1953f78d5069abc5140e X-VCS-Branch: master Date: Thu, 3 Mar 2022 15:14:11 +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: 45fd8781-5a80-44fe-9566-4299662d3ed3 X-Archives-Hash: 09e30375b13c9670209f563a8461b761 commit: dd64ddd0b6f389e4250c1953f78d5069abc5140e Author: Yixun Lan gentoo org> AuthorDate: Thu Mar 3 13:53:34 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Mar 3 15:13:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd64ddd0 net-mail/checkpassword-pam: keyword ~riscv Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild index 634545505455..9f0f5a7c759a 100644 --- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild +++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc ~riscv x86" DEPEND=">=sys-libs/pam-0.75"