diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-23 09:34:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-23 09:34:41 +0000 |
commit | 2eb354057ed0981a67f42b10691e658b31096b0b (patch) | |
tree | e3ec898d2025ad2974c1e111126a2f185debd698 /net-proxy | |
parent | Stable for sparc, wrt bug #553808 (diff) | |
download | gentoo-2-2eb354057ed0981a67f42b10691e658b31096b0b.tar.gz gentoo-2-2eb354057ed0981a67f42b10691e658b31096b0b.tar.bz2 gentoo-2-2eb354057ed0981a67f42b10691e658b31096b0b.zip |
Stable for sparc, wrt bug #554168
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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 90202649e2ef..e50d42b21054 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.540 2015/07/23 09:00:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.541 2015/07/23 09:34:41 ago Exp $ + + 23 Jul 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.5.6.ebuild: + Stable for sparc, wrt bug #554168 23 Jul 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.5.6.ebuild: Stable for ppc, wrt bug #554168 diff --git a/net-proxy/squid/squid-3.5.6.ebuild b/net-proxy/squid/squid-3.5.6.ebuild index 983b2ff1beec..0288a51669b1 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.8 2015/07/23 09:00:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.6.ebuild,v 1.9 2015/07/23 09:34:41 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 \ |