Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
Date: Wed, 14 Aug 2019 23:17:09
Message-Id: 1565824481.588e3dad21a1a57e2c39adf8a24bf64c9100962e.radhermit@gentoo
1 commit: 588e3dad21a1a57e2c39adf8a24bf64c9100962e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 23:13:41 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 23:14:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588e3dad
7
8 net-proxy/sshuttle: add missing conditional test RESTRICT
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 net-proxy/sshuttle/sshuttle-0.78.5.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
16 index a324fa29d3a..c495b1cc7f2 100644
17 --- a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
18 +++ b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
19 @@ -14,6 +14,7 @@ LICENSE="LGPL-2.1+"
20 SLOT="0"
21 KEYWORDS="amd64 x86"
22 IUSE="test"
23 +RESTRICT="!test? ( test )"
24
25 RDEPEND="
26 dev-python/setuptools[${PYTHON_USEDEP}]