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 8CDC415808A for ; Mon, 04 Aug 2025 20:11:41 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 78F95340AA7 for ; Mon, 04 Aug 2025 20:11:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4FCEA11036D; Mon, 04 Aug 2025 20:11:40 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 455FC11036D for ; Mon, 04 Aug 2025 20:11:40 +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 04DB9335D64 for ; Mon, 04 Aug 2025 20:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574D22889 for ; Mon, 04 Aug 2025 20:11:38 +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: <1754338249.ac700b6f349d53153a137c62c6354092434a7bdc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gssdp/gssdp-1.4.1.ebuild net-libs/gssdp/gssdp-1.6.4.ebuild X-VCS-Directories: net-libs/gssdp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac700b6f349d53153a137c62c6354092434a7bdc X-VCS-Branch: master Date: Mon, 04 Aug 2025 20:11:38 +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: 781917d6-0d75-46e4-893b-a9c19bbcf251 X-Archives-Hash: 5ebda51b3ca6aa87c01150b0f45d3863 commit: ac700b6f349d53153a137c62c6354092434a7bdc Author: Sam James gentoo org> AuthorDate: Mon Aug 4 20:10:49 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 4 20:10:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac700b6f net-libs/gssdp: block old versions before file migration See 4a032eb726162510c234a8e4ebb91d7242498f9f. We need to allow the file collision between them temporarily. Closes: https://bugs.gentoo.org/961076 Signed-off-by: Sam James gentoo.org> net-libs/gssdp/gssdp-1.4.1.ebuild | 1 + net-libs/gssdp/gssdp-1.6.4.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/gssdp/gssdp-1.4.1.ebuild b/net-libs/gssdp/gssdp-1.4.1.ebuild index fcab87ef74b6..80dbafb9325c 100644 --- a/net-libs/gssdp/gssdp-1.4.1.ebuild +++ b/net-libs/gssdp/gssdp-1.4.1.ebuild @@ -15,6 +15,7 @@ IUSE="gtk-doc +introspection gtk vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" + !=dev-libs/glib-2.54:2[${MULTILIB_USEDEP}] >=net-libs/libsoup-2.26.1:2.4[${MULTILIB_USEDEP},introspection?] gtk? ( gui-libs/gtk:4 ) diff --git a/net-libs/gssdp/gssdp-1.6.4.ebuild b/net-libs/gssdp/gssdp-1.6.4.ebuild index 4d82391ae675..1ac760082bdd 100644 --- a/net-libs/gssdp/gssdp-1.6.4.ebuild +++ b/net-libs/gssdp/gssdp-1.6.4.ebuild @@ -18,6 +18,7 @@ REQUIRED_USE=" " RDEPEND=" + !=dev-libs/glib-2.70:2[${MULTILIB_USEDEP}] >=net-libs/libsoup-2.99.0:3.0[${MULTILIB_USEDEP},introspection?] gtk? ( gui-libs/gtk:4 )