From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1708876-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 1729A15813A
	for <garchives@archives.gentoo.org>; Sun, 12 Jan 2025 17:32:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EADC2E0801;
	Sun, 12 Jan 2025 17:32:25 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 6D96DE07E2
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 17:32:25 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 93F35340C77
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 17:32:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 01D7F18FC
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2025 17:32:23 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1736702739.93833f35219ed2b6536dea88e942a3666f0fb728.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-im/dino/dino-9999.ebuild
X-VCS-Directories: net-im/dino/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 93833f35219ed2b6536dea88e942a3666f0fb728
X-VCS-Branch: master
Date: Sun, 12 Jan 2025 17:32:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 68dc1fc7-0ca0-41e2-baa1-7934d8556a41
X-Archives-Hash: d7a27593ebfdd670eda4fc65f177433b

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)"
 	)