diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-23 09:00:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-23 09:00:47 +0000 |
commit | c8dbc0ea13f945037a8d5ae8a0c954fac5551627 (patch) | |
tree | 1f74bab1a91ce51aba2a6a40aef9d11051ed11f4 /net-proxy | |
parent | Stable for ppc, wrt bug #553584 (diff) | |
download | gentoo-2-c8dbc0ea13f945037a8d5ae8a0c954fac5551627.tar.gz gentoo-2-c8dbc0ea13f945037a8d5ae8a0c954fac5551627.tar.bz2 gentoo-2-c8dbc0ea13f945037a8d5ae8a0c954fac5551627.zip |
Stable for ppc, wrt bug #554168
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 13eaf2d5c0ba..90202649e2ef 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.539 2015/07/17 13:30:55 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.540 2015/07/23 09:00:47 ago Exp $ + + 23 Jul 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.5.6.ebuild: + Stable for ppc, wrt bug #554168 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> squid-3.5.6.ebuild: ia64 stable wrt bug #554168 diff --git a/net-proxy/squid/squid-3.5.6.ebuild b/net-proxy/squid/squid-3.5.6.ebuild index cd9fcfa2d3f3..983b2ff1beec 100644 --- a/net-proxy/squid/squid-3.5.6.ebuild +++ b/net-proxy/squid/squid-3.5.6.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.5.6.ebuild,v 1.7 2015/07/17 13:30:55 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.6.ebuild,v 1.8 2015/07/23 09:00:47 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.5/${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 ssl-crtd \ mysql postgres sqlite \ |