commit: 6b7483c31cc0f09d8630971b6a7a41b684ac6efd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 5 23:57:58 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 5 23:57:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7483c3
net-misc/nyx: fix net-libs/stem version limit Had a report on #gentoo a week or two ago but forgot to address this. Bug: https://github.com/torproject/nyx/issues/15 See: https://forums.gentoo.org/viewtopic-t-1147568.html Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/nyx/{nyx-2.1.0-r2.ebuild => nyx-2.1.0-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r3.ebuild similarity index 92% rename from net-misc/nyx/nyx-2.1.0-r2.ebuild rename to net-misc/nyx/nyx-2.1.0-r3.ebuild index 088026eef0ba..9037fbfab9c0 100644 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r3.ebuild @@ -22,7 +22,7 @@ LICENSE="GPL-3" SLOT="0" RDEPEND=" - net-libs/stem[${PYTHON_USEDEP}] + <net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}] net-vpn/tor" distutils_enable_tests unittest
