diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-11-05 15:32:28 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-11-05 15:32:28 +0000 |
commit | f6fdc496feaf695432ee6eb76e3c4040a37b2082 (patch) | |
tree | 21ff2e3bb95d46efd2c4c36db3a4e3265413d1cf /net-proxy | |
parent | Marked ~x86-macos (diff) | |
download | gentoo-2-f6fdc496feaf695432ee6eb76e3c4040a37b2082.tar.gz gentoo-2-f6fdc496feaf695432ee6eb76e3c4040a37b2082.tar.bz2 gentoo-2-f6fdc496feaf695432ee6eb76e3c4040a37b2082.zip |
x86 stable, see bug 389133
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/squid/squid-3.1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index a619d389723c..a7c4881b0838 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.331 2011/11/02 14:11:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.332 2011/11/05 15:32:28 nativemad Exp $ + + 05 Nov 2011; Andreas Schuerch <nativemad@gentoo.org> squid-3.1.16.ebuild: + x86 stable, see bug 389133 02 Nov 2011; Jeroen Roovers <jer@gentoo.org> squid-3.1.16.ebuild: Stable for HPPA (bug #389133). diff --git a/net-proxy/squid/squid-3.1.16.ebuild b/net-proxy/squid/squid-3.1.16.ebuild index 87177113acb9..3be1668cf55a 100644 --- a/net-proxy/squid/squid-3.1.16.ebuild +++ b/net-proxy/squid/squid-3.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.16.ebuild,v 1.3 2011/11/02 14:11:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.16.ebuild,v 1.4 2011/11/05 15:32:28 nativemad Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.squid-cache.org/Versions/v3/3.1/${P}.tar.gz" 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 icap-client \ mysql postgres sqlite \ |