From ebc7eb30e7293c0f35cdf076822e8b8b1e9d0feb Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Mon, 16 Nov 2020 19:39:15 -0600 Subject: net-libs/libupnpp: Pin to earlier libupnp Signed-off-by: Erik Mackdanz Closes: https://bugs.gentoo.org/700396 Package-Manager: Portage-3.0.9, Repoman-3.0.2 --- net-libs/libupnpp/libupnpp-0.17.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-libs/libupnpp') diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild index 711082d6f680..f64ebade3e90 100644 --- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild +++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ KEYWORDS="amd64" DEPEND=" dev-libs/expat - net-libs/libupnp:0 + <=net-libs/libupnp-1.7.0 net-misc/curl " RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad