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 1E73415808B for ; Sat, 26 Mar 2022 23:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBFB1E07A5; Sat, 26 Mar 2022 23:54:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1A67E07A5 for ; Sat, 26 Mar 2022 23:54:07 +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 762333433FA for ; Sat, 26 Mar 2022 23:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF3D92B0 for ; Sat, 26 Mar 2022 23:54:04 +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: <1648338682.55cc22738092050018daf130b887d9cfeacadb35.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/signify/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/signify/signify-30-r2.ebuild X-VCS-Directories: app-crypt/signify/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 55cc22738092050018daf130b887d9cfeacadb35 X-VCS-Branch: master Date: Sat, 26 Mar 2022 23:54:04 +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: db05decc-b9b0-4a80-a8fe-4cc87ce6f39f X-Archives-Hash: 9755a346d76807d3ba35b50b776e90db commit: 55cc22738092050018daf130b887d9cfeacadb35 Author: Yixun Lan gentoo org> AuthorDate: Sat Mar 26 23:51:22 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Mar 26 23:51:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cc2273 app-crypt/signify: keyword ~riscv Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> app-crypt/signify/signify-30-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/signify/signify-30-r2.ebuild b/app-crypt/signify/signify-30-r2.ebuild index 253151732dbb..685b103acd2c 100644 --- a/app-crypt/signify/signify-30-r2.ebuild +++ b/app-crypt/signify/signify-30-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="BSD-1" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" RDEPEND="!net-mail/signify >=dev-libs/libbsd-0.7"