diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-10 16:22:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-10 16:27:46 +0100 |
commit | a453f2fc6784363a26aff454c55f45432f8caf93 (patch) | |
tree | 44bc54ee5e79d102a78e66a2aa26245bc2bd09a3 /net-proxy | |
parent | sys-libs/db: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-a453f2fc6784363a26aff454c55f45432f8caf93.tar.gz gentoo-a453f2fc6784363a26aff454c55f45432f8caf93.tar.bz2 gentoo-a453f2fc6784363a26aff454c55f45432f8caf93.zip |
net-proxy/squid: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/squid-4.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-proxy/squid/squid-4.9.ebuild b/net-proxy/squid/squid-4.9.ebuild index 13ae8021485b..592adc2477e6 100644 --- a/net-proxy/squid/squid-4.9.ebuild +++ b/net-proxy/squid/squid-4.9.ebuild @@ -30,6 +30,7 @@ IUSE="caps gnutls ipv6 pam ldap libressl samba sasl kerberos nis radius ssl snmp +htcp +wccp +wccpv2 \ pf-transparent ipf-transparent kqueue \ elibc_uclibc kernel_linux" +RESTRICT="!test? ( test )" BDEPEND="dev-lang/perl" |