diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-29 12:08:52 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-29 12:10:09 +0100 |
commit | 1929f25147c765449ad16de588942d59cb7ebf7e (patch) | |
tree | 463c1e3648a5f2758e787733cf834af832425c53 /net-misc/polly | |
parent | profiles/updates: Move to actively maintained fork (diff) | |
download | gentoo-1929f25147c765449ad16de588942d59cb7ebf7e.tar.gz gentoo-1929f25147c765449ad16de588942d59cb7ebf7e.tar.bz2 gentoo-1929f25147c765449ad16de588942d59cb7ebf7e.zip |
Change deps to new fork of dev-python/socksipy
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/polly')
-rw-r--r-- | net-misc/polly/polly-0.93.11.ebuild | 2 | ||||
-rw-r--r-- | net-misc/polly/polly-0.93.12.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/polly/polly-0.93.11.ebuild b/net-misc/polly/polly-0.93.11.ebuild index b725ca40bb58..e260091b7356 100644 --- a/net-misc/polly/polly-0.93.11.ebuild +++ b/net-misc/polly/polly-0.93.11.ebuild @@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/oauth2[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/socksipy[${PYTHON_USEDEP}]" + dev-python/PySocks[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" python_prepare_all() { diff --git a/net-misc/polly/polly-0.93.12.ebuild b/net-misc/polly/polly-0.93.12.ebuild index 804022a13ac3..400e6de7c10c 100644 --- a/net-misc/polly/polly-0.93.12.ebuild +++ b/net-misc/polly/polly-0.93.12.ebuild @@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/oauth2[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/socksipy[${PYTHON_USEDEP}]" + dev-python/PySocks[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S="${WORKDIR}"/Polly-${PV} |