From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09EE6138350 for ; Thu, 20 Feb 2020 08:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C187E092A; Thu, 20 Feb 2020 08:51:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AC97E0928 for ; Thu, 20 Feb 2020 08:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 780AA34EE56 for ; Thu, 20 Feb 2020 08:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F76314D for ; Thu, 20 Feb 2020 08:51:08 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1582188520.68132f6c715f0b8c82f47cd854a6c06011c7bae7.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp/gupnp-1.0.4.ebuild X-VCS-Directories: net-libs/gupnp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 68132f6c715f0b8c82f47cd854a6c06011c7bae7 X-VCS-Branch: master Date: Thu, 20 Feb 2020 08:51:08 +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: 2c38e9ec-aa7d-43b9-9985-0be2856511fe X-Archives-Hash: aa219be395f69cdbf1233e57567be4a5 commit: 68132f6c715f0b8c82f47cd854a6c06011c7bae7 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Feb 20 08:48:40 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 20 08:48:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68132f6c net-libs/gupnp-1.0: lock to gssdp-1.0 API Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/gupnp/gupnp-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gupnp/gupnp-1.0.4.ebuild b/net-libs/gupnp/gupnp-1.0.4.ebuild index 24795058c98..90b0899c10c 100644 --- a/net-libs/gupnp/gupnp-1.0.4.ebuild +++ b/net-libs/gupnp/gupnp-1.0.4.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} # prefix: uuid dependency can be adapted to non-linux platforms RDEPEND="${PYTHON_DEPS} - >=net-libs/gssdp-0.14.15:0=[introspection?,${MULTILIB_USEDEP}] + >=net-libs/gssdp-0.14.15:0/3[introspection?,${MULTILIB_USEDEP}] >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}] >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]