Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/dspam/
Date: Thu, 18 Apr 2019 03:30:26
Message-Id: 1555558205.693ebf85ab41012624896711dcc72032d0379db9.bman@gentoo
1 commit: 693ebf85ab41012624896711dcc72032d0379db9
2 Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
3 AuthorDate: Sat Oct 27 18:38:59 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 03:30:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693ebf85
7
8 mail-filter/dspam: Add ~arm64 keyword
9
10 Signed-off-by: Andrius Štikonas <andrius <AT> stikonas.eu>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 mail-filter/dspam/dspam-3.10.2-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/mail-filter/dspam/dspam-3.10.2-r2.ebuild b/mail-filter/dspam/dspam-3.10.2-r2.ebuild
17 index 427586b4be9..eb4899d3022 100644
18 --- a/mail-filter/dspam/dspam-3.10.2-r2.ebuild
19 +++ b/mail-filter/dspam/dspam-3.10.2-r2.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
21
22 LICENSE="AGPL-3"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
26 DRIVERS_IUSE="+hash mysql postgres sqlite"
27 SCALES_IUSE="small-scale +domain-scale large-scale"
28 IUSE="clamav daemon debug ldap static-libs syslog virtual-users user-homedirs ${DRIVERS_IUSE} ${SCALES_IUSE}"