diff options
author | Sam James <sam@gentoo.org> | 2022-03-05 23:57:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-05 23:57:58 +0000 |
commit | 6b7483c31cc0f09d8630971b6a7a41b684ac6efd (patch) | |
tree | 822dbd146292a79c1dd8b02e7d456338361cfd70 /net-misc/nyx | |
parent | sci-libs/vtk: select desired Qt version (diff) | |
download | gentoo-6b7483c31cc0f09d8630971b6a7a41b684ac6efd.tar.gz gentoo-6b7483c31cc0f09d8630971b6a7a41b684ac6efd.tar.bz2 gentoo-6b7483c31cc0f09d8630971b6a7a41b684ac6efd.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/nyx')
-rw-r--r-- | net-misc/nyx/nyx-2.1.0-r3.ebuild (renamed from net-misc/nyx/nyx-2.1.0-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/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 |