commit: 588e3dad21a1a57e2c39adf8a24bf64c9100962e
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 23:13:41 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 23:14:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588e3dad
net-proxy/sshuttle: add missing conditional test RESTRICT
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
net-proxy/sshuttle/sshuttle-0.78.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
index a324fa29d3a..c495b1cc7f2 100644
--- a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
+++ b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
@@ -14,6 +14,7 @@ LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]