Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Sun, 06 Mar 2022 00:00:24
Message-Id: 1646524678.6b7483c31cc0f09d8630971b6a7a41b684ac6efd.sam@gentoo
1 commit: 6b7483c31cc0f09d8630971b6a7a41b684ac6efd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 23:57:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 23:57:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7483c3
7
8 net-misc/nyx: fix net-libs/stem version limit
9
10 Had a report on #gentoo a week or two ago but forgot
11 to address this.
12
13 Bug: https://github.com/torproject/nyx/issues/15
14 See: https://forums.gentoo.org/viewtopic-t-1147568.html
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 net-misc/nyx/{nyx-2.1.0-r2.ebuild => nyx-2.1.0-r3.ebuild} | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r3.ebuild
21 similarity index 92%
22 rename from net-misc/nyx/nyx-2.1.0-r2.ebuild
23 rename to net-misc/nyx/nyx-2.1.0-r3.ebuild
24 index 088026eef0ba..9037fbfab9c0 100644
25 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
26 +++ b/net-misc/nyx/nyx-2.1.0-r3.ebuild
27 @@ -22,7 +22,7 @@ LICENSE="GPL-3"
28 SLOT="0"
29
30 RDEPEND="
31 - net-libs/stem[${PYTHON_USEDEP}]
32 + <net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}]
33 net-vpn/tor"
34
35 distutils_enable_tests unittest