diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-11 20:03:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-11 20:04:19 +0200 |
commit | a1f5d6e278beb81d519e3b25feeee7db6196dcd8 (patch) | |
tree | d525a1ec773147466df2b296621d7dc9909ecb9b /www-servers | |
parent | www-servers/pshs: Remove old (diff) | |
download | gentoo-a1f5d6e278beb81d519e3b25feeee7db6196dcd8.tar.gz gentoo-a1f5d6e278beb81d519e3b25feeee7db6196dcd8.tar.bz2 gentoo-a1f5d6e278beb81d519e3b25feeee7db6196dcd8.zip |
www-servers/pshs: Require <net-libs/miniupnpc-2.2.8 in 0.4.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/pshs/pshs-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild index e5d49211cbf2..901d8b2a935b 100644 --- a/www-servers/pshs/pshs-0.4.1.ebuild +++ b/www-servers/pshs/pshs-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/libevent-2:0= ssl? ( >=dev-libs/libevent-2.1:0=[ssl] dev-libs/openssl:0= ) - upnp? ( net-libs/miniupnpc:0= )" + upnp? ( <net-libs/miniupnpc-2.2.8:0= )" DEPEND="${RDEPEND}" src_configure() { |