From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1507424-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 (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7A29715ACFB
	for <garchives@archives.gentoo.org>; Thu, 13 Apr 2023 08:11:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ACC35E0784;
	Thu, 13 Apr 2023 08:11:20 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 93E55E0784
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Apr 2023 08:11:20 +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 6B15433BED9
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Apr 2023 08:11:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A6967108
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Apr 2023 08:11:15 +0000 (UTC)
From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1681373434.8aa49b4ef4ab93fe277a79d7d9ef2ae6aa57a4b0.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libnice/libnice-0.1.19-r1.ebuild net-libs/libnice/libnice-0.1.19.ebuild
X-VCS-Directories: net-libs/libnice/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 8aa49b4ef4ab93fe277a79d7d9ef2ae6aa57a4b0
X-VCS-Branch: master
Date: Thu, 13 Apr 2023 08:11:15 +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: 4c1719cf-16fc-423c-8bbd-129990636250
X-Archives-Hash: 95c3687113baac2246bb773f667a0b13

commit:     8aa49b4ef4ab93fe277a79d7d9ef2ae6aa57a4b0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 08:10:34 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 08:10:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa49b4e

net-libs/libnice: Add slot dependency on net-libs/gupnp-igd:0

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-libs/libnice/{libnice-0.1.19.ebuild => libnice-0.1.19-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnice/libnice-0.1.19.ebuild b/net-libs/libnice/libnice-0.1.19-r1.ebuild
similarity index 93%
rename from net-libs/libnice/libnice-0.1.19.ebuild
rename to net-libs/libnice/libnice-0.1.19-r1.ebuild
index ea12c14df058..3f91df7433f5 100644
--- a/net-libs/libnice/libnice-0.1.19.ebuild
+++ b/net-libs/libnice/libnice-0.1.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ RDEPEND="
 	gnutls? ( >=net-libs/gnutls-2.12.0:0=[${MULTILIB_USEDEP}] )
 	!gnutls? (
 		dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
-	upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] )
+	upnp? ( >=net-libs/gupnp-igd-0.2.4:0=[${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="