diff options
-rw-r--r-- | mail-filter/spamassassin-fuzzyocr/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/spamassassin-fuzzyocr/ChangeLog b/mail-filter/spamassassin-fuzzyocr/ChangeLog index bdf2a968196f..459fd0a61f9a 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.1 2006/12/05 22:28:42 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.2 2006/12/08 16:52:46 wolf31o2 Exp $ + + 08 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + spamassassin-fuzzyocr-2.3b.ebuild: + Added ~x86. *spamassassin-fuzzyocr-2.3b (05 Dec 2006) diff --git a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild index c6bfb8f588f1..b9394f3a76cf 100644 --- a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild +++ b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.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/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild,v 1.1 2006/12/05 22:28:42 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild,v 1.2 2006/12/08 16:52:46 wolf31o2 Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://fuzzyocr.own-hero.net/" SRC_URI="http://users.own-hero.net/~decoder/fuzzyocr/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/perl >=mail-filter/spamassassin-3.0.0" |