commit:     93833f35219ed2b6536dea88e942a3666f0fb728
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 17:25:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 17:25:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93833f35

net-im/dino: switch to libsoup:3.0

Bug: https://bugs.gentoo.org/902753
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/dino/dino-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
index f072fcc344e7..467210b243ee 100644
--- a/net-im/dino/dino-9999.ebuild
+++ b/net-im/dino/dino-9999.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
@@ -39,7 +39,7 @@ RDEPEND="
        x11-libs/gdk-pixbuf:2
        x11-libs/pango
        gpg? ( app-crypt/gpgme:= )
-       http? ( net-libs/libsoup:2.4 )
+       http? ( net-libs/libsoup:3.0 )
        notification-sound? ( media-libs/libcanberra:0[sound(+)] )
        omemo? (
                dev-libs/libgcrypt:=
@@ -76,7 +76,7 @@ src_configure() {
                "-DENABLED_PLUGINS=$(local IFS=";"; echo 
"${enabled_plugins[*]}")"
                "-DDISABLED_PLUGINS=$(local IFS=";"; echo 
"${disabled_plugins[*]}")"
                "-DVALA_EXECUTABLE=${VALAC}"
-               "-DSOUP_VERSION=2"
+               "-DSOUP_VERSION=3"
                "-DBUILD_TESTS=$(usex test)"
        )
 

Reply via email to