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 A8780158089 for ; Wed, 4 Oct 2023 21:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0AFF2BC111; Wed, 4 Oct 2023 21:45:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1FBE2BC111 for ; Wed, 4 Oct 2023 21:45:16 +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 B7A5D335D1B for ; Wed, 4 Oct 2023 21:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305D09AD for ; Wed, 4 Oct 2023 21:45:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1696455843.10a40bedf2d2698e7bbb43eb0933604a71d32ad6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-firmware/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch X-VCS-Directories: gnome-extra/gnome-firmware/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 10a40bedf2d2698e7bbb43eb0933604a71d32ad6 X-VCS-Branch: master Date: Wed, 4 Oct 2023 21:45:12 +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: a119954d-a8f7-443d-9294-caaa7824b494 X-Archives-Hash: 6f2ce2f365d156eee7e01b854d07ff77 commit: 10a40bedf2d2698e7bbb43eb0933604a71d32ad6 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Oct 4 15:48:20 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 4 21:44:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a40bed gnome-extra/gnome-firmware: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33187 Signed-off-by: Conrad Kostecki gentoo.org> .../files/gnome-firmware-43.0-build-failure.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch b/gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch deleted file mode 100644 index 2ea2b1938230..000000000000 --- a/gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch +++ /dev/null @@ -1,26 +0,0 @@ -From e8a5b2ec185d78c918305cd85962823c6b4ef363 Mon Sep 17 00:00:00 2001 -From: Richard Hughes -Date: Fri, 14 Oct 2022 15:15:23 +0100 -Subject: [PATCH] Fix compile failure with -Dsystemd=false - -Fixes https://gitlab.gnome.org/World/gnome-firmware/-/issues/47 ---- - src/gfu-common.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/gfu-common.c b/src/gfu-common.c -index dfb1d30..bf83778 100644 ---- a/src/gfu-common.c -+++ b/src/gfu-common.c -@@ -234,7 +234,7 @@ gfu_common_system_shutdown(GError **error) - #else - g_set_error_literal(error, - FWUPD_ERROR, -- FWUPD_ERROR_INVALID_ARGS, -+ FWUPD_ERROR_NOT_SUPPORTED, - "No supported backend compiled in to perform the operation."); - #endif - return val != NULL; --- -GitLab -