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 3490E138350 for ; Sat, 22 Feb 2020 09:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E483E087D; Sat, 22 Feb 2020 09:56:33 +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 2DC7DE087D for ; Sat, 22 Feb 2020 09:56:33 +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 897A034EEFF for ; Sat, 22 Feb 2020 09:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC57116 for ; Sat, 22 Feb 2020 09:56:28 +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: <1582365183.c5fa83cf621b4079a88594ad87e77c7723b9248a.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.2.2.ebuild X-VCS-Directories: net-libs/gupnp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c5fa83cf621b4079a88594ad87e77c7723b9248a X-VCS-Branch: master Date: Sat, 22 Feb 2020 09:56:28 +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: 82970759-c2b7-46f2-9218-d4e53c03e5f8 X-Archives-Hash: c4a821afff495dabc7ab1c0464c27da9 commit: c5fa83cf621b4079a88594ad87e77c7723b9248a Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 22 09:53:03 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 22 09:53:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fa83cf net-libs/gupnp: add gssdp min ver dep to BDEPEND too to make CI happy Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/gupnp/gupnp-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gupnp/gupnp-1.2.2.ebuild b/net-libs/gupnp/gupnp-1.2.2.ebuild index 7dbdfad5cae..3e6efc11b13 100644 --- a/net-libs/gupnp/gupnp-1.2.2.ebuild +++ b/net-libs/gupnp/gupnp-1.2.2.ebuild @@ -40,7 +40,7 @@ BDEPEND=" >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] !connman? ( !networkmanager? ( kernel_linux? ( sys-kernel/linux-headers ) ) ) vala? ( $(vala_depend) - net-libs/gssdp:0[vala] + >=net-libs/gssdp-1.1.3:0[vala] net-libs/libsoup:2.4[vala] ) "