summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-03-26 08:26:05 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-03-26 08:26:05 +0300
commit4942f2f34048f42ef04b422b62ea6cb247449963 (patch)
tree46b41aaaca94bfceece57ee7e90536d32214da62
parent1ce09f99b5de8f806b62a0101323452f10b31461 (diff)
deps fix
-rw-r--r--kde-misc/tork/tork-9999.ebuild2
-rw-r--r--net-libs/stem/stem-scm.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/kde-misc/tork/tork-9999.ebuild b/kde-misc/tork/tork-9999.ebuild
index d3838dc..cd45c65 100644
--- a/kde-misc/tork/tork-9999.ebuild
+++ b/kde-misc/tork/tork-9999.ebuild
@@ -28,7 +28,7 @@ DEPEND="dev-libs/openssl
!gnutls? ( >=dev-libs/openssl-0.9.8g )"
RDEPEND="${DEPEND}
- >=net-misc/tor-0.1.2.14
+ >=net-vpn/tor-0.1.2.14
>=net-proxy/privoxy-3.0.3-r5
>=net-proxy/tsocks-1.8_beta5-r2"
diff --git a/net-libs/stem/stem-scm.ebuild b/net-libs/stem/stem-scm.ebuild
index e03ab2a..9e3a1d2 100644
--- a/net-libs/stem/stem-scm.ebuild
+++ b/net-libs/stem/stem-scm.ebuild
@@ -21,7 +21,7 @@ DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
net-vpn/tor )
dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="net-misc/tor"
+RDEPEND="net-vpn/tor"
DOCS=( docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst} )