diff options
author | 2015-02-24 10:57:31 +0000 | |
---|---|---|
committer | 2015-02-24 10:57:31 +0000 | |
commit | f09e5ac25f184451eacd5a8dff8650334ec9d462 (patch) | |
tree | d20b380ddd5ed7934c415380fc4cea8606698075 /net-proxy | |
parent | Stable for alpha, wrt bug #537592 (diff) | |
download | gentoo-2-f09e5ac25f184451eacd5a8dff8650334ec9d462.tar.gz gentoo-2-f09e5ac25f184451eacd5a8dff8650334ec9d462.tar.bz2 gentoo-2-f09e5ac25f184451eacd5a8dff8650334ec9d462.zip |
Stable for alpha, wrt bug #538132
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-proxy')
-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 cf0876a50f72..2fbce33b7af3 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.517 2015/02/23 11:36:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.518 2015/02/24 10:57:31 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.4.11-r1.ebuild: + Stable for alpha, wrt bug #538132 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.4.11-r1.ebuild: Stable for ia64, wrt 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 0c756347b0ec..56150d139176 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.9 2015/02/23 11:36:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11-r1.ebuild,v 1.10 2015/02/24 10:57:31 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 \ |