diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-19 07:22:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-19 07:22:41 +0000 |
commit | 1d9a20d32021d6821ce0f5e4d0b1bc041358a552 (patch) | |
tree | 8d78900ad5f931f413f5cfe4b29134e31dc82c13 /net-proxy | |
parent | Stable for x86, wrt bug #546464 (diff) | |
download | gentoo-2-1d9a20d32021d6821ce0f5e4d0b1bc041358a552.tar.gz gentoo-2-1d9a20d32021d6821ce0f5e4d0b1bc041358a552.tar.bz2 gentoo-2-1d9a20d32021d6821ce0f5e4d0b1bc041358a552.zip |
Stable for x86, wrt bug #548228
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 6d9ab7b90bc7..ed24b5d2a743 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.528 2015/05/13 06:48:12 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.529 2015/05/19 07:22:41 ago Exp $ + + 19 May 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.5.4.ebuild: + Stable for x86, wrt bug #548228 13 May 2015; Jack Morgan <jmorgan@gentoo.org> squid-3.5.4.ebuild: ppc stable wrt bug #548228 diff --git a/net-proxy/squid/squid-3.5.4.ebuild b/net-proxy/squid/squid-3.5.4.ebuild index 43eb37ed7b90..a5f13e107841 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.5 2015/05/13 06:48:12 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.4.ebuild,v 1.6 2015/05/19 07:22: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 \ |