summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/sshuttle/sshuttle-1.1.1.ebuild')
-rw-r--r--net-proxy/sshuttle/sshuttle-1.1.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild
index 3371a844ea40..f2826293e380 100644
--- a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild
+++ b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild
@@ -15,11 +15,10 @@ SSHUTTLE_DOCS_USEFLAG="+doc"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 linux-info
+inherit distutils-r1 linux-info pypi
DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
HOMEPAGE="https://github.com/sshuttle/sshuttle https://pypi.org/project/sshuttle/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
if [[ ${SSHUTTLE_DOCS_PREBUILT} == 1 ]] ; then
SRC_URI+=" !doc? ( https://dev.gentoo.org/~${SSHUTTLE_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${SSHUTTLE_DOCS_VERSION}-docs.tar.xz )"