diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-23 10:43:07 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-23 10:43:07 +0100 |
commit | 7e70b72538829a2efa1c4e0282675d40ea8656ce (patch) | |
tree | fe408662e1aba2d6efa089887ca967b0b9b8f497 /mail-filter/spamassassin | |
parent | net-analyzer/hunt: Version 1.5_p6_p1 (diff) | |
download | gentoo-7e70b72538829a2efa1c4e0282675d40ea8656ce.tar.gz gentoo-7e70b72538829a2efa1c4e0282675d40ea8656ce.tar.bz2 gentoo-7e70b72538829a2efa1c4e0282675d40ea8656ce.zip |
mail-filter/spamassassin: amd64 stable wrt bug #702594
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'mail-filter/spamassassin')
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spamassassin/spamassassin-3.4.3.ebuild b/mail-filter/spamassassin/spamassassin-3.4.3.ebuild index 41014c59d26f..e5800fce31ce 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.3.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test" RESTRICT="!test? ( test )" |