commit: a1f5d6e278beb81d519e3b25feeee7db6196dcd8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 18:03:10 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 18:04:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f5d6e2
www-servers/pshs: Require <net-libs/miniupnpc-2.2.8 in 0.4.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-servers/pshs/pshs-0.4.1.ebuild | 4 ++--
1 file 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() {