From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2BC1138334 for ; Thu, 18 Apr 2019 03:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA640E0BD7; Thu, 18 Apr 2019 03:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C99FEE0BD7 for ; Thu, 18 Apr 2019 03:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 581943417DE for ; Thu, 18 Apr 2019 03:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B5B5BD for ; Thu, 18 Apr 2019 03:30:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1555558205.693ebf85ab41012624896711dcc72032d0379db9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/dspam/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/dspam/dspam-3.10.2-r2.ebuild X-VCS-Directories: mail-filter/dspam/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 693ebf85ab41012624896711dcc72032d0379db9 X-VCS-Branch: master Date: Thu, 18 Apr 2019 03:30:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 236b6a7d-ca60-424f-aad9-8e63e8ccc51c X-Archives-Hash: f0a0e27b9f63b6630fd4236f42587ff2 commit: 693ebf85ab41012624896711dcc72032d0379db9 Author: Andrius Štikonas stikonas eu> AuthorDate: Sat Oct 27 18:38:59 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 18 03:30:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693ebf85 mail-filter/dspam: Add ~arm64 keyword Signed-off-by: Andrius Štikonas stikonas.eu> Signed-off-by: Aaron Bauman gentoo.org> mail-filter/dspam/dspam-3.10.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/dspam/dspam-3.10.2-r2.ebuild b/mail-filter/dspam/dspam-3.10.2-r2.ebuild index 427586b4be9..eb4899d3022 100644 --- a/mail-filter/dspam/dspam-3.10.2-r2.ebuild +++ b/mail-filter/dspam/dspam-3.10.2-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" DRIVERS_IUSE="+hash mysql postgres sqlite" SCALES_IUSE="small-scale +domain-scale large-scale" IUSE="clamav daemon debug ldap static-libs syslog virtual-users user-homedirs ${DRIVERS_IUSE} ${SCALES_IUSE}"