diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 11:33:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 11:33:27 +0000 |
commit | 8b74dd021f1c9c7174318785a12efb3c3d3f8821 (patch) | |
tree | e7aafe5137f9ed2cf9590b3fa64f6e1bbba7f4f6 /net-proxy/squid | |
parent | Stable for amd64, wrt bug #535948 (diff) | |
download | gentoo-2-8b74dd021f1c9c7174318785a12efb3c3d3f8821.tar.gz gentoo-2-8b74dd021f1c9c7174318785a12efb3c3d3f8821.tar.bz2 gentoo-2-8b74dd021f1c9c7174318785a12efb3c3d3f8821.zip |
Stable for amd64, wrt bug #538132
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.4.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 81a65488af63..d2dd9e3bb28b 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.509 2015/02/05 11:35:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.510 2015/02/06 11:33:27 ago Exp $ + + 06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.4.11-r1.ebuild: + Stable for amd64, wrt bug #538132 05 Feb 2015; Jeroen Roovers <jer@gentoo.org> squid-3.4.11-r1.ebuild: Stable for HPPA (bug #538132). diff --git a/net-proxy/squid/squid-3.4.11-r1.ebuild b/net-proxy/squid/squid-3.4.11-r1.ebuild index 1cc4443c0dd7..72ac55922f7b 100644 --- a/net-proxy/squid/squid-3.4.11-r1.ebuild +++ b/net-proxy/squid/squid-3.4.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11-r1.ebuild,v 1.2 2015/02/05 11:35:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11-r1.ebuild,v 1.3 2015/02/06 11:33:27 ago Exp $ EAPI=5 inherit autotools eutils linux-info pam toolchain-funcs user versionator @@ -11,7 +11,7 @@ SRC_URI="http://www.squid-cache.org/Versions/v3/3.4/${P}.tar.xz" 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 esi icap-client ssl-crtd \ mysql postgres sqlite \ |