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 CB42B158090 for ; Mon, 2 May 2022 01:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A27E08FB; Mon, 2 May 2022 01:52:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4C3AE08FE for ; Mon, 2 May 2022 01:52:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F8533413BD for ; Mon, 2 May 2022 01:52:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7612634C for ; Mon, 2 May 2022 01:52:35 +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: <1651456081.73cb61811d43977d178e9b1c0798d5398830ecf0.sam@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.8.0-r1.ebuild sys-apps/fwupd/fwupd-1.8.0.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73cb61811d43977d178e9b1c0798d5398830ecf0 X-VCS-Branch: master Date: Mon, 2 May 2022 01:52:35 +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: 0ce8a199-f663-4038-a56f-fa8126c02873 X-Archives-Hash: 4cb3fe69e724435f89a953682ede6c26 commit: 73cb61811d43977d178e9b1c0798d5398830ecf0 Author: Sam James gentoo org> AuthorDate: Mon May 2 01:48:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 2 01:48:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cb6181 sys-apps/fwupd: [QA] fix curl option curl isn't gone, but most options have been changed to tristate [0]. With =disabled, naturally, curl functionality is off and fwupd can't fetch from the internet at all, so updates are broken. Looks like this was a mistake given curl remains in RDEPEND too, and given the above. [0] https://github.com/fwupd/fwupd/commit/661990ed98870f8451015617701c50f68dc63824 Closes: https://bugs.gentoo.org/841836 Signed-off-by: Sam James gentoo.org> sys-apps/fwupd/{fwupd-1.8.0.ebuild => fwupd-1.8.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.8.0.ebuild b/sys-apps/fwupd/fwupd-1.8.0-r1.ebuild similarity index 99% rename from sys-apps/fwupd/fwupd-1.8.0.ebuild rename to sys-apps/fwupd/fwupd-1.8.0-r1.ebuild index bec0c043cece..02f87145f3fc 100644 --- a/sys-apps/fwupd/fwupd-1.8.0.ebuild +++ b/sys-apps/fwupd/fwupd-1.8.0-r1.ebuild @@ -135,7 +135,7 @@ src_configure() { --localstatedir "${EPREFIX}"/var -Dbuild="$(usex minimal standalone all)" -Dconsolekit="disabled" - -Dcurl="disabled" + -Dcurl="enabled" -Ddocs="$(usex gtk-doc gtkdoc none)" -Defi_binary="false" -Dsupported_build="true"