diff options
author | Eray Aslan <eras@gentoo.org> | 2014-03-11 20:41:04 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2014-03-11 20:41:04 +0000 |
commit | 1ec69d0890ae17cba5175f6403306bc768cb663d (patch) | |
tree | 48219c6521d52e4ad6c996f4004ece3edc6e20b4 /net-proxy | |
parent | Version bump, add myself as a maintainer. (diff) | |
download | gentoo-2-1ec69d0890ae17cba5175f6403306bc768cb663d.tar.gz gentoo-2-1ec69d0890ae17cba5175f6403306bc768cb663d.tar.bz2 gentoo-2-1ec69d0890ae17cba5175f6403306bc768cb663d.zip |
Fix typo in USE flag and configure option: wccp2 -> wccpv2 - bug #382425
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/squid/metadata.xml | 2 | ||||
-rw-r--r-- | net-proxy/squid/squid-3.4.3.ebuild | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index b2a411ff0135..47732ea0bd6e 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.448 2014/02/18 15:01:58 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.449 2014/03/11 20:41:04 eras Exp $ + + 11 Mar 2014; Eray Aslan <eras@gentoo.org> metadata.xml, squid-3.4.3.ebuild: + Fix typo in USE flag and configure option: wccp2 -> wccpv2 - bug #382425 *squid-3.4.3 (18 Feb 2014) diff --git a/net-proxy/squid/metadata.xml b/net-proxy/squid/metadata.xml index 4f40ef311023..9c6f363de73d 100644 --- a/net-proxy/squid/metadata.xml +++ b/net-proxy/squid/metadata.xml @@ -27,7 +27,7 @@ <flag name="tproxy">Enables real Transparent Proxy support for Linux Netfilter TPROXY</flag> <flag name="wccp">Enable Web Cache Coordination Protocol</flag> - <flag name="wccp2">Enable Web Cache Coordination V2 Protocol</flag> + <flag name="wccpv2">Enable Web Cache Coordination V2 Protocol</flag> <flag name="zero-penalty-hit">Add Zero Penalty Hit patch (http://zph.bratcheda.org)</flag> </use> diff --git a/net-proxy/squid/squid-3.4.3.ebuild b/net-proxy/squid/squid-3.4.3.ebuild index 4082826aab03..45d954e13065 100644 --- a/net-proxy/squid/squid-3.4.3.ebuild +++ b/net-proxy/squid/squid-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild,v 1.1 2014/02/18 15:01:58 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild,v 1.2 2014/03/11 20:41:04 eras Exp $ EAPI=5 @@ -17,7 +17,7 @@ IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux logrota ecap icap-client ssl-crtd \ mysql postgres sqlite \ qos tproxy \ - +htcp +wccp +wccp2 \ + +htcp +wccp +wccpv2 \ pf-transparent ipf-transparent kqueue \ elibc_uclibc kernel_linux" @@ -190,7 +190,7 @@ src_configure() { $(use_enable ecap) \ $(use_enable htcp) \ $(use_enable wccp) \ - $(use_enable wccp2) \ + $(use_enable wccpv2) \ ${transparent} } |