diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-26 07:20:14 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-26 07:20:14 +0300 |
commit | 1ce09f99b5de8f806b62a0101323452f10b31461 (patch) | |
tree | 7a3b691745ef8352fa5081b115dafab2d2c6bc04 /net-misc | |
parent | a43cc7ef5fe821673d4893a6806603153f0fad7d (diff) |
deps fix
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nyx/nyx-scm.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-scm.ebuild b/net-misc/nyx/nyx-scm.ebuild index 18e53be..750b48b 100644 --- a/net-misc/nyx/nyx-scm.ebuild +++ b/net-misc/nyx/nyx-scm.ebuild @@ -20,7 +20,7 @@ IUSE="test" DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=">=net-libs/stem-1.2.2_p20140718[${PYTHON_USEDEP}] - net-misc/tor" + net-vpn/tor" python_prepare_all() { distutils-r1_python_prepare_all |