Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-new/
Date: Tue, 17 Sep 2019 17:55:52
Message-Id: 1568742912.22cd5577c98001e84ca7c5095b825459b66640fd.kentnl@gentoo
1 commit: 22cd5577c98001e84ca7c5095b825459b66640fd
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 17:55:12 2019 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 17:55:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cd5577
7
8 mail-filter/amavisd-new: Restore ~ppc64 re bug #691340
9
10 Tested by ernsteiswuerfel
11
12 Closes: https://bugs.gentoo.org/691340
13 Package-Manager: Portage-2.3.75, Repoman-2.3.16
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 mail-filter/amavisd-new/amavisd-new-2.12.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/mail-filter/amavisd-new/amavisd-new-2.12.0.ebuild b/mail-filter/amavisd-new/amavisd-new-2.12.0.ebuild
20 index 6648dadf9c1..cbb0a554421 100644
21 --- a/mail-filter/amavisd-new/amavisd-new-2.12.0.ebuild
22 +++ b/mail-filter/amavisd-new/amavisd-new-2.12.0.ebuild
23 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/-/archive/v${PV}/amavis-v${PV}.tar.bz2"
24
25 LICENSE="GPL-2 BSD-2"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
28 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
29 IUSE="clamav courier dkim ldap mysql postgres qmail razor rspamd rspamd-https snmp spamassassin zmq"
30
31 MY_RSPAMD_DEPEND="( dev-perl/JSON dev-perl/HTTP-Message dev-perl/LWP-UserAgent-Determined )"