commit:     73cb61811d43977d178e9b1c0798d5398830ecf0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 01:48:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"

Reply via email to