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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA670158CB7 for ; Fri, 20 Aug 2021 09:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8C6E0843; Fri, 20 Aug 2021 09:25:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A129BE0843 for ; Fri, 20 Aug 2021 09:25:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41F6F3406BF for ; Fri, 20 Aug 2021 09:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A088E5A0 for ; Fri, 20 Aug 2021 09:25:08 +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: <1629451250.7e1319975bcd3ec0d4a062b97901ccd994c3bca8.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-1.6.3.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7e1319975bcd3ec0d4a062b97901ccd994c3bca8 X-VCS-Branch: master Date: Fri, 20 Aug 2021 09:25:08 +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: 18ac254e-4ed7-4854-96a6-a83b58219b99 X-Archives-Hash: b9d052df0a29884c05e650a734468cec commit: 7e1319975bcd3ec0d4a062b97901ccd994c3bca8 Author: Yixun Lan gentoo org> AuthorDate: Thu Aug 19 03:04:26 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Aug 20 09:20:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e131997 sys-apps/fwupd: disable msr plugin for riscv Closes: https://bugs.gentoo.org/808803 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> sys-apps/fwupd/fwupd-1.6.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/fwupd/fwupd-1.6.3.ebuild b/sys-apps/fwupd/fwupd-1.6.3.ebuild index 87c3835a1d6..0003f541c93 100644 --- a/sys-apps/fwupd/fwupd-1.6.3.ebuild +++ b/sys-apps/fwupd/fwupd-1.6.3.ebuild @@ -130,6 +130,7 @@ src_configure() { $(meson_use uefi plugin_uefi_pk) ) use ppc64 && plugins+=( -Dplugin_msr="false" ) + use riscv && plugins+=( -Dplugin_msr="false" ) local emesonargs=( --localstatedir "${EPREFIX}"/var