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 6D376139695 for ; Sat, 4 Mar 2017 17:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C71B321C182; Sat, 4 Mar 2017 17:18:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5A3D21C182 for ; Sat, 4 Mar 2017 17:18:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF2D93417FA for ; Sat, 4 Mar 2017 17:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 478FD5C4E for ; Sat, 4 Mar 2017 17:18:48 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488647899.0fb486a55e8a629c0488755842adf8bcf55cf797.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild X-VCS-Directories: mail-mta/opensmtpd/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0fb486a55e8a629c0488755842adf8bcf55cf797 X-VCS-Branch: master Date: Sat, 4 Mar 2017 17:18:48 +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-Archives-Salt: 1ca024af-a0be-4f05-8aed-acc8ada8bbfd X-Archives-Hash: 47e1d67ad5579e004f46d548c934f965 commit: 0fb486a55e8a629c0488755842adf8bcf55cf797 Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 4 17:18:07 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 4 17:18:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb486a5 mail-mta/opensmtpd: keyword ~arm Package-Manager: Portage-2.3.4, Repoman-2.3.2 mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild index 1656f7e95e9..a94d5313614 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" LICENSE="ISC BSD BSD-1 BSD-2 BSD-4" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="libressl pam +mta" DEPEND="!libressl? ( dev-libs/openssl:0 )