diff options
author | 2006-06-21 14:13:33 +0000 | |
---|---|---|
committer | 2006-06-21 14:13:33 +0000 | |
commit | 749f034c1e39d98acfca87d83048f1c32519b193 (patch) | |
tree | 01386905ba826aa4da45bc665ac8b9855e0d94e4 /mail-filter/bogofilter | |
parent | Added ~ppc wrt bug 136709 (diff) | |
download | gentoo-2-749f034c1e39d98acfca87d83048f1c32519b193.tar.gz gentoo-2-749f034c1e39d98acfca87d83048f1c32519b193.tar.bz2 gentoo-2-749f034c1e39d98acfca87d83048f1c32519b193.zip |
Stable on sparc wrt #133817
(Portage version: 2.1)
Diffstat (limited to 'mail-filter/bogofilter')
-rw-r--r-- | mail-filter/bogofilter/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/bogofilter/bogofilter-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/bogofilter/ChangeLog b/mail-filter/bogofilter/ChangeLog index e217183d9557..34502e91d3eb 100644 --- a/mail-filter/bogofilter/ChangeLog +++ b/mail-filter/bogofilter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/bogofilter # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.49 2006/06/20 20:13:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.50 2006/06/21 14:13:33 gustavoz Exp $ + + 21 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + bogofilter-1.0.2.ebuild: + Stable on sparc wrt #133817 20 Jun 2006; Torsten Veller <tove@gentoo.org> bogofilter-1.0.2.ebuild: Changed dependency to virtual/libiconv diff --git a/mail-filter/bogofilter/bogofilter-1.0.2.ebuild b/mail-filter/bogofilter/bogofilter-1.0.2.ebuild index 1f1006e33a1a..5d1ca6fea570 100644 --- a/mail-filter/bogofilter/bogofilter-1.0.2.ebuild +++ b/mail-filter/bogofilter/bogofilter-1.0.2.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/mail-filter/bogofilter/bogofilter-1.0.2.ebuild,v 1.2 2006/06/20 20:13:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.0.2.ebuild,v 1.3 2006/06/21 14:13:33 gustavoz Exp $ DESCRIPTION="Bayesian spam filter designed with fast algorithms, and tuned for speed." HOMEPAGE="http://bogofilter.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/bogofilter/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" #KEYWORDS="${KEYWORDS} ~arm ~mips" # missing, see bug #74046 IUSE="gsl berkdb sqlite" |