diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-03-15 17:41:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-03-15 17:41:54 +0000 |
commit | 4a0992ddc6701439c630a19a0d43e54d826e10db (patch) | |
tree | 1fb1badb32806812d765b6392233d15f3cd9d9e3 /mail-filter/spamassassin-fuzzyocr | |
parent | Stable on ppc64; bug #170840 (diff) | |
download | gentoo-2-4a0992ddc6701439c630a19a0d43e54d826e10db.tar.gz gentoo-2-4a0992ddc6701439c630a19a0d43e54d826e10db.tar.bz2 gentoo-2-4a0992ddc6701439c630a19a0d43e54d826e10db.zip |
Stable on ppc64; bug #170840
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-filter/spamassassin-fuzzyocr')
-rw-r--r-- | mail-filter/spamassassin-fuzzyocr/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/spamassassin-fuzzyocr/ChangeLog b/mail-filter/spamassassin-fuzzyocr/ChangeLog index 1e70394ca2ed..ef677f4dac23 100644 --- a/mail-filter/spamassassin-fuzzyocr/ChangeLog +++ b/mail-filter/spamassassin-fuzzyocr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/spamassassin-fuzzyocr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.6 2007/03/13 11:20:44 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.7 2007/03/15 17:41:54 corsair Exp $ + + 15 Mar 2007; Markus Rothe <corsair@gentoo.org> + spamassassin-fuzzyocr-3.5.1.ebuild: + Stable on ppc64; bug #170840 13 Mar 2007; Tom Knight <tomk@gentoo.org> files/disableocrad.patch, files/enabletesseract.patch: diff --git a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild index e8653e36f8bd..713ee1eb5d6b 100644 --- a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild +++ b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild,v 1.1 2007/03/12 19:01:12 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild,v 1.2 2007/03/15 17:41:54 corsair Exp $ inherit perl-module eutils @@ -12,7 +12,7 @@ SRC_URI="http://users.own-hero.net/~decoder/fuzzyocr/${MY_P}-devel.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="dbm gocr ocrad tesseract mysql logrotate amavis" DEPEND="dev-lang/perl |