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 6D1F6158087 for ; Sun, 16 Jan 2022 15:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F30F2BC013; Sun, 16 Jan 2022 15:30:54 +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 68B302BC013 for ; Sun, 16 Jan 2022 15:30:53 +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 59F2D343005 for ; Sun, 16 Jan 2022 15:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89E6C295 for ; Sun, 16 Jan 2022 15:30:50 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1642347047.69403bd606f62bfe6380496d05176c04fb73700b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/efivar/efivar-38.ebuild X-VCS-Directories: sys-libs/efivar/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 69403bd606f62bfe6380496d05176c04fb73700b X-VCS-Branch: master Date: Sun, 16 Jan 2022 15:30:50 +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: f6f0db63-7d04-4745-ab33-8b60ecf8ef0d X-Archives-Hash: ddb447e386cd47e14975dfae3b34b6fb commit: 69403bd606f62bfe6380496d05176c04fb73700b Author: Mike Gilbert gentoo org> AuthorDate: Sun Jan 16 15:29:59 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jan 16 15:30:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69403bd6 sys-libs/efivar: unkeyword 38 for ~riscv Requires app-text/mandoc. Signed-off-by: Mike Gilbert gentoo.org> sys-libs/efivar/efivar-38.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/efivar/efivar-38.ebuild b/sys-libs/efivar/efivar-38.ebuild index 60060d4785fc..cbe703066401 100644 --- a/sys-libs/efivar/efivar-38.ebuild +++ b/sys-libs/efivar/efivar-38.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/releases/download/${PV}/${P}.tar. LICENSE="GPL-2" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"