commit: c6a1efe9b57c767235339ec6736ca95375bb0300
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 23:07:46 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 23:08:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a1efe9
net-proxy/sshuttle: modernise
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-proxy/sshuttle/sshuttle-1.0.3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-proxy/sshuttle/sshuttle-1.0.3.ebuild
b/net-proxy/sshuttle/sshuttle-1.0.3.ebuild
index 5ef1619ca36..6f5b0c2088b 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