diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:04:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:04:04 +0000 |
commit | 19f6497eb135c2295e3d7892e06203c06962a8cf (patch) | |
tree | 042c5a26d291ddff4de77a3b48fa60a7bcb270b0 /net-proxy | |
parent | Stable for alpha, wrt bug #549538 (diff) | |
download | gentoo-2-19f6497eb135c2295e3d7892e06203c06962a8cf.tar.gz gentoo-2-19f6497eb135c2295e3d7892e06203c06962a8cf.tar.bz2 gentoo-2-19f6497eb135c2295e3d7892e06203c06962a8cf.zip |
Stable for alpha, wrt bug #548228
(Portage version: 2.2.18/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.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index e5a98cbfee2b..5ba159b638f0 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.531 2015/06/08 06:59:13 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.532 2015/07/03 10:04:04 ago Exp $ + + 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> squid-3.5.4.ebuild: + Stable for alpha, wrt bug #548228 *squid-3.5.5 (08 Jun 2015) diff --git a/net-proxy/squid/squid-3.5.4.ebuild b/net-proxy/squid/squid-3.5.4.ebuild index 8701d7e572c5..c2a9acbbbb60 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.7 2015/05/27 13:00:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.4.ebuild,v 1.8 2015/07/03 10:04:04 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 \ |