Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
Date: Sun, 02 Aug 2020 23:08:28
Message-Id: 1596409702.c6a1efe9b57c767235339ec6736ca95375bb0300.sam@gentoo
1 commit: c6a1efe9b57c767235339ec6736ca95375bb0300
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 23:07:46 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 23:08:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a1efe9
7
8 net-proxy/sshuttle: modernise
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-proxy/sshuttle/sshuttle-1.0.3.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/net-proxy/sshuttle/sshuttle-1.0.3.ebuild b/net-proxy/sshuttle/sshuttle-1.0.3.ebuild
17 index 5ef1619ca36..6f5b0c2088b 100644
18 --- a/net-proxy/sshuttle/sshuttle-1.0.3.ebuild
19 +++ b/net-proxy/sshuttle/sshuttle-1.0.3.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25 PYTHON_COMPAT=( python3_{7,8,9} )
26
27 inherit distutils-r1 linux-info
28 @@ -13,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29 LICENSE="LGPL-2.1+"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE="test"
33 -RESTRICT="!test? ( test )"
34
35 BDEPEND="
36 dev-python/sphinx