diff options
author | Sam James <sam@gentoo.org> | 2020-08-02 23:07:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-02 23:08:22 +0000 |
commit | c6a1efe9b57c767235339ec6736ca95375bb0300 (patch) | |
tree | 43acbfc2ba1257184f90a57defec2dab692a4bf4 /net-proxy | |
parent | package.mask: last-rite media-gfx/cptutils (diff) | |
download | gentoo-c6a1efe9b57c767235339ec6736ca95375bb0300.tar.gz gentoo-c6a1efe9b57c767235339ec6736ca95375bb0300.tar.bz2 gentoo-c6a1efe9b57c767235339ec6736ca95375bb0300.zip |
net-proxy/sshuttle: modernise
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/sshuttle/sshuttle-1.0.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-proxy/sshuttle/sshuttle-1.0.3.ebuild b/net-proxy/sshuttle/sshuttle-1.0.3.ebuild index 5ef1619ca36f..6f5b0c2088bc 100644 --- a/net-proxy/sshuttle/sshuttle-1.0.3.ebuild +++ b/net-proxy/sshuttle/sshuttle-1.0.3.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 linux-info @@ -13,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" BDEPEND=" dev-python/sphinx |