diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-11 20:34:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-11 20:35:05 +0200 |
commit | ce715d7fa7ad66559520e7572a1253191332cf29 (patch) | |
tree | d22d3f7baa54d15406a9469e801f827bd0403f10 /net-misc | |
parent | net-misc/autoupnp: Bump to 0.5.1 (diff) | |
download | gentoo-ce715d7fa7ad66559520e7572a1253191332cf29.tar.gz gentoo-ce715d7fa7ad66559520e7572a1253191332cf29.tar.bz2 gentoo-ce715d7fa7ad66559520e7572a1253191332cf29.zip |
net-misc/autoupnp: Require <net-libs/miniupnpc-2.2.8 in 0.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/autoupnp/autoupnp-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/autoupnp/autoupnp-0.5.0.ebuild b/net-misc/autoupnp/autoupnp-0.5.0.ebuild index 9f5acac5c152..46dbe3d77c75 100644 --- a/net-misc/autoupnp/autoupnp-0.5.0.ebuild +++ b/net-misc/autoupnp/autoupnp-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="libnotify" DEPEND=" - net-libs/miniupnpc:0= + <net-libs/miniupnpc-2.2.8:0= libnotify? ( x11-libs/libtinynotify:0= ) " RDEPEND=" |