diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:13:41 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:14:41 -0600 |
commit | 588e3dad21a1a57e2c39adf8a24bf64c9100962e (patch) | |
tree | a90203fbda659594b8c03d8da7eb1ab6f0f91fba /net-proxy | |
parent | net-im/bitlbee: add missing conditional test RESTRICT (diff) | |
download | gentoo-588e3dad21a1a57e2c39adf8a24bf64c9100962e.tar.gz gentoo-588e3dad21a1a57e2c39adf8a24bf64c9100962e.tar.bz2 gentoo-588e3dad21a1a57e2c39adf8a24bf64c9100962e.zip |
net-proxy/sshuttle: add missing conditional test RESTRICT
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/sshuttle/sshuttle-0.78.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild index a324fa29d3a1..c495b1cc7f20 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}] |