From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7D66D1584F2 for ; Tue, 18 Mar 2025 15:37:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 64559343263 for ; Tue, 18 Mar 2025 15:37:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8C9611103C7; Tue, 18 Mar 2025 15:37:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 8458E1103C7 for ; Tue, 18 Mar 2025 15:37:55 +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 3437B343226 for ; Tue, 18 Mar 2025 15:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C20982144 for ; Tue, 18 Mar 2025 15:37:53 +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: <1742312236.49aab9c0b4b9ca62450cb75f9857fc2b7a9de43c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgweather/libgweather-4.4.2.ebuild X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49aab9c0b4b9ca62450cb75f9857fc2b7a9de43c X-VCS-Branch: master Date: Tue, 18 Mar 2025 15:37:53 +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: acc14518-6c9d-4c75-826f-daf8d4126b66 X-Archives-Hash: f4e5ff81805fbf731da39db0ef3db9b1 commit: 49aab9c0b4b9ca62450cb75f9857fc2b7a9de43c Author: Sam James gentoo org> AuthorDate: Tue Mar 18 15:31:40 2025 +0000 Commit: Sam James gentoo 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 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 }