diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-20 20:08:24 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-20 20:08:24 +0000 |
commit | e7ae60be5fae00968c8d3a230bb0ae4668189bba (patch) | |
tree | 864f080b1d076ac66b89bb3c1dc6f78bd1fd45d8 /mail-filter | |
parent | Added ~ppc64; bug #182519 (diff) | |
download | gentoo-2-e7ae60be5fae00968c8d3a230bb0ae4668189bba.tar.gz gentoo-2-e7ae60be5fae00968c8d3a230bb0ae4668189bba.tar.bz2 gentoo-2-e7ae60be5fae00968c8d3a230bb0ae4668189bba.zip |
Added ~ppc64; bug #182519
(Portage version: 2.1.2.7)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/spamassassin-fuzzyocr/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/spamassassin-fuzzyocr/ChangeLog b/mail-filter/spamassassin-fuzzyocr/ChangeLog index 77b6ebf6a28a..0ecef10b10f2 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.12 2007/06/18 22:59:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.13 2007/06/20 20:08:24 corsair Exp $ + + 20 Jun 2007; Markus Rothe <corsair@gentoo.org> + spamassassin-fuzzyocr-3.5.1-r1.ebuild: + Added ~ppc64; bug #182519 *spamassassin-fuzzyocr-3.5.1-r1 (18 Jun 2007) diff --git a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1-r1.ebuild b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1-r1.ebuild index 3cf94cfa0a8b..d1f74ca07196 100644 --- a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1-r1.ebuild +++ b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1-r1.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-r1.ebuild,v 1.1 2007/06/18 22:59:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1-r1.ebuild,v 1.2 2007/06/20 20:08:24 corsair Exp $ inherit perl-module eutils @@ -13,7 +13,7 @@ SRC_URI="http://users.own-hero.net/~decoder/fuzzyocr/${MY_P}-devel.tar.gz" LICENSE="Apache-2.0" SLOT="0" #KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="dbm gocr ocrad tesseract mysql logrotate amavis" DEPEND="dev-lang/perl |