diff options
Diffstat (limited to 'net-proxy/squid')
-rw-r--r-- | net-proxy/squid/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/squid/squid-2.5.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 6acb99342497..feded79fdf8c 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.94 2006/09/24 09:15:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.95 2006/09/28 15:37:11 blubb Exp $ + + 28 Sep 2006; Simon Stelling <blubb@gentoo.org> squid-2.5.14.ebuild: + stable on amd64 24 Sep 2006; Michael Hanselmann <hansmi@gentoo.org> squid-2.6.3.ebuild: Stable on ppc. diff --git a/net-proxy/squid/squid-2.5.14.ebuild b/net-proxy/squid/squid-2.5.14.ebuild index 4b4dd8e19bb4..378d9898e9d2 100644 --- a/net-proxy/squid/squid-2.5.14.ebuild +++ b/net-proxy/squid/squid-2.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.5.14.ebuild,v 1.9 2006/09/05 06:03:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.5.14.ebuild,v 1.10 2006/09/28 15:37:11 blubb Exp $ inherit eutils pam toolchain-funcs flag-o-matic @@ -18,7 +18,7 @@ SRC_URI="http://www.squid-cache.org/Versions/v2/${S_PV}/${S_PP}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="pam ldap sasl nis ssl snmp debug selinux underscores logrotate customlog zero-penalty-hit follow-xff \ pf-transparent ipf-transparent" |