diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-04 10:06:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-04 10:06:44 +0000 |
commit | 63d80f123af1c34ee6567093989a8582960c8429 (patch) | |
tree | 5018814483cba9df37387783fd6328946e101da1 /net-proxy | |
parent | Stable for amd64, wrt bug #548130 (diff) | |
download | gentoo-2-63d80f123af1c34ee6567093989a8582960c8429.tar.gz gentoo-2-63d80f123af1c34ee6567093989a8582960c8429.tar.bz2 gentoo-2-63d80f123af1c34ee6567093989a8582960c8429.zip |
Stable for amd64, wrt bug #548228
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 0e4a06c94c02..988db8a6e423 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.525 2015/05/03 07:13:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.526 2015/05/04 10:06:44 ago Exp $ + + 04 May 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.5.4.ebuild: + Stable for amd64, wrt bug #548228 03 May 2015; Jeroen Roovers <jer@gentoo.org> squid-3.5.4.ebuild: Stable for HPPA PPC64 (bug #548228). diff --git a/net-proxy/squid/squid-3.5.4.ebuild b/net-proxy/squid/squid-3.5.4.ebuild index 2c2ac3cc892e..e0ab2cb938aa 100644 --- a/net-proxy/squid/squid-3.5.4.ebuild +++ b/net-proxy/squid/squid-3.5.4.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.4.ebuild,v 1.2 2015/05/03 07:13:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.4.ebuild,v 1.3 2015/05/04 10:06:44 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 \ |