diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-06-26 02:12:57 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-06-26 02:12:57 +0000 |
commit | 80aab595750fe8b1841618e4ee280eb37b0b915b (patch) | |
tree | d3464aecc026ff6e3d3df07fba4d73ba405f3cea /net-proxy | |
parent | Stable on x86, bug #137915. (diff) | |
download | gentoo-2-80aab595750fe8b1841618e4ee280eb37b0b915b.tar.gz gentoo-2-80aab595750fe8b1841618e4ee280eb37b0b915b.tar.bz2 gentoo-2-80aab595750fe8b1841618e4ee280eb37b0b915b.zip |
Added ~x86-fbsd keyword
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/squid/squid-2.5.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 9a33a915c3fb..b384c14fb370 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,10 @@ # 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.78 2006/06/19 18:52:59 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.79 2006/06/26 02:12:57 the_paya Exp $ + + 26 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> + squid-2.5.14.ebuild: + Add ~x86-fbsd keyword. *squid-2.5.14 (19 Jun 2006) diff --git a/net-proxy/squid/squid-2.5.14.ebuild b/net-proxy/squid/squid-2.5.14.ebuild index c2994d1babe8..7decbe7b3e90 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.1 2006/06/19 18:52:59 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.5.14.ebuild,v 1.2 2006/06/26 02:12:57 the_paya 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" +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" |