diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-15 18:10:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-15 18:10:48 +0000 |
commit | 1e1fa8119a997b077cc61d2de671418f6b7ed08d (patch) | |
tree | 4a23652f063dbfa7cb87e37abe1957506463e4e9 /net-proxy/squid | |
parent | Fix build with ffmpeg 0.10 / libav 0.8, and fix a problem with muxers with co... (diff) | |
download | gentoo-2-1e1fa8119a997b077cc61d2de671418f6b7ed08d.tar.gz gentoo-2-1e1fa8119a997b077cc61d2de671418f6b7ed08d.tar.bz2 gentoo-2-1e1fa8119a997b077cc61d2de671418f6b7ed08d.zip |
Stable for amd64, wrt bug #457664
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-proxy/squid')
-rw-r--r-- | net-proxy/squid/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/squid/squid-3.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 990790edd82c..87a1cd86443a 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.375 2013/02/13 16:40:17 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.376 2013/02/15 18:10:48 ago Exp $ + + 15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> squid-3.2.6.ebuild: + Stable for amd64, wrt bug #457664 *squid-3.3.1 (13 Feb 2013) diff --git a/net-proxy/squid/squid-3.2.6.ebuild b/net-proxy/squid/squid-3.2.6.ebuild index 2651f5d6db01..c7fdb745790c 100644 --- a/net-proxy/squid/squid-3.2.6.ebuild +++ b/net-proxy/squid/squid-3.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.2.6.ebuild,v 1.1 2013/01/11 15:25:49 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.2.6.ebuild,v 1.2 2013/02/15 18:10:48 ago Exp $ EAPI=4 inherit eutils pam toolchain-funcs autotools linux-info user versionator @@ -11,7 +11,7 @@ SRC_URI="http://www.squid-cache.org/Versions/v3/3.2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test \ ecap icap-client ssl-crtd \ mysql postgres sqlite \ |