diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2020-11-16 19:39:15 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2020-11-16 19:39:15 -0600 |
commit | ebc7eb30e7293c0f35cdf076822e8b8b1e9d0feb (patch) | |
tree | baf7e447a3a67d81e3eea488cdeb986cce62f1fb /net-libs/libupnpp | |
parent | sys-apps/portage: Stabilize 3.0.9 arm64, #754975 (diff) | |
download | gentoo-ebc7eb30e7293c0f35cdf076822e8b8b1e9d0feb.tar.gz gentoo-ebc7eb30e7293c0f35cdf076822e8b8b1e9d0feb.tar.bz2 gentoo-ebc7eb30e7293c0f35cdf076822e8b8b1e9d0feb.zip |
net-libs/libupnpp: Pin to earlier libupnp
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Closes: https://bugs.gentoo.org/700396
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.17.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |