diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-07-22 23:24:36 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-07-22 23:24:36 +0000 |
commit | 5f2663c50874652eff536ea43f86688de2083345 (patch) | |
tree | 8ed6fa437836c9dabfff30619833abf5abc87133 /net-proxy | |
parent | Fix patch to not modify Makefile.in, since it modifies Makefile.am and runs a... (diff) | |
download | gentoo-2-5f2663c50874652eff536ea43f86688de2083345.tar.gz gentoo-2-5f2663c50874652eff536ea43f86688de2083345.tar.bz2 gentoo-2-5f2663c50874652eff536ea43f86688de2083345.zip |
Stable on amd64 (bug #277749)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/squid/squid-3.0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index c4a6935d6408..f5f22e4cb57a 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.264 2009/07/22 15:07:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.265 2009/07/22 23:24:36 cla Exp $ + + 22 Jul 2009; Dawid Węgliński <cla@gentoo.org> squid-3.0.16.ebuild: + Stable on amd64 (bug #277749) 22 Jul 2009; Raúl Porcel <armin76@gentoo.org> squid-3.0.16.ebuild: alpha/arm/ia64/sparc stable wrt #277749 diff --git a/net-proxy/squid/squid-3.0.16.ebuild b/net-proxy/squid/squid-3.0.16.ebuild index 3d0074051817..52783e2736c4 100644 --- a/net-proxy/squid/squid-3.0.16.ebuild +++ b/net-proxy/squid/squid-3.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.0.16.ebuild,v 1.6 2009/07/22 15:07:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.0.16.ebuild,v 1.7 2009/07/22 23:24:36 cla Exp $ EAPI="2" @@ -20,7 +20,7 @@ SRC_URI="http://www.squid-cache.org/Versions/v${S_PMV}/${S_PV}/${S_PP}.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 pam ldap samba sasl kerberos nis radius ssl snmp selinux icap-client logrotate \ mysql postgres sqlite \ zero-penalty-hit \ |