commit: 49aab9c0b4b9ca62450cb75f9857fc2b7a9de43c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 18 15:31:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 18 15:37:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aab9c0
dev-libs/libgweather: fix whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libgweather/libgweather-4.4.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libgweather/libgweather-4.4.2.ebuild
b/dev-libs/libgweather/libgweather-4.4.2.ebuild
index 9d91fb1cf036..e913265014c1 100644
--- a/dev-libs/libgweather/libgweather-4.4.2.ebuild
+++ b/dev-libs/libgweather/libgweather-4.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -65,7 +65,7 @@ src_configure() {
$(meson_use introspection)
$(meson_use test tests)
-Dsoup2=false
- )
+ )
meson_src_configure
}