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 CA91E158086 for ; Sun, 31 Oct 2021 02:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB6A3E0931; Sun, 31 Oct 2021 02:46:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C19FCE0931 for ; Sun, 31 Oct 2021 02:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E8ABC342EE1 for ; Sun, 31 Oct 2021 02:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84C23163 for ; Sun, 31 Oct 2021 02:46:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635648334.7ad43fe5d48d4deb2c3a2a3e9dfb6af7c62dc2af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/, sys-apps/fwupd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/files/fwupd-1.7.0-fix-test-configure.patch sys-apps/fwupd/fwupd-1.7.0.ebuild X-VCS-Directories: sys-apps/fwupd/ sys-apps/fwupd/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ad43fe5d48d4deb2c3a2a3e9dfb6af7c62dc2af X-VCS-Branch: master Date: Sun, 31 Oct 2021 02:46:01 +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: fdd26f9e-ab40-41f4-b979-d41ee731891c X-Archives-Hash: 3a66c4a5ce9ec4f0755acc0a293e4c69 commit: 7ad43fe5d48d4deb2c3a2a3e9dfb6af7c62dc2af Author: James Beddek posteo de> AuthorDate: Sat Oct 30 07:02:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 02:45:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad43fe5 sys-apps/fwupd: fix configure with USE=test,-gnutls See: https://github.com/fwupd/fwupd/pull/3921 Closes: https://bugs.gentoo.org/791760 Signed-off-by: James Beddek posteo.de> Closes: https://github.com/gentoo/gentoo/pull/22756 Signed-off-by: Sam James gentoo.org> .../fwupd/files/fwupd-1.7.0-fix-test-configure.patch | 20 ++++++++++++++++++++ sys-apps/fwupd/fwupd-1.7.0.ebuild | 1 + 2 files changed, 21 insertions(+) diff --git a/sys-apps/fwupd/files/fwupd-1.7.0-fix-test-configure.patch b/sys-apps/fwupd/files/fwupd-1.7.0-fix-test-configure.patch new file mode 100644 index 00000000000..4974a82bdf5 --- /dev/null +++ b/sys-apps/fwupd/files/fwupd-1.7.0-fix-test-configure.patch @@ -0,0 +1,20 @@ +# https://bugs.gentoo.org/791760 +# https://github.com/fwupd/fwupd/pull/3921 + +diff --git a/plugins/synaptics-rmi/meson.build b/plugins/synaptics-rmi/meson.build +index acbb6b92..10ac3047 100644 +--- a/plugins/synaptics-rmi/meson.build ++++ b/plugins/synaptics-rmi/meson.build +@@ -38,7 +38,6 @@ shared_module('fu_plugin_synaptics_rmi', + fwupdplugin, + ], + ) +-endif + + if get_option('tests') + e = executable( +@@ -67,3 +66,4 @@ if get_option('tests') + ) + test('synaptics-rmi-self-test', e) + endif ++endif diff --git a/sys-apps/fwupd/fwupd-1.7.0.ebuild b/sys-apps/fwupd/fwupd-1.7.0.ebuild index 4cf8e1b87b6..aa0388af005 100644 --- a/sys-apps/fwupd/fwupd-1.7.0.ebuild +++ b/sys-apps/fwupd/fwupd-1.7.0.ebuild @@ -91,6 +91,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-1.5.7-logind_plugin.patch "${FILESDIR}"/${P}-elanfp-requires-gusb.patch + "${FILESDIR}"/${P}-fix-test-configure.patch # bug 791760 ) pkg_setup() {