From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 68BFE138827 for ; Sat, 3 Oct 2015 07:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8C9CE0814; Sat, 3 Oct 2015 07:58:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73AF1E0814 for ; Sat, 3 Oct 2015 07:58:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 292F8340945 for ; Sat, 3 Oct 2015 07:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24481207 for ; Sat, 3 Oct 2015 07:58:22 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1443859080.ead6142b47f948f995bd75967f6f632e57adb4a8.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/isync/isync-1.2.0.ebuild X-VCS-Directories: net-mail/isync/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ead6142b47f948f995bd75967f6f632e57adb4a8 X-VCS-Branch: master Date: Sat, 3 Oct 2015 07:58:22 +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: 6913433b-752c-4e4d-a60a-a5d1d4785ea8 X-Archives-Hash: 4cdb2a324bae2027489ea32e8df656a9 commit: ead6142b47f948f995bd75967f6f632e57adb4a8 Author: Markus Meier gentoo org> AuthorDate: Sat Oct 3 07:58:00 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 3 07:58:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead6142b net-mail/isync: add ~arm, bug #559812 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" net-mail/isync/isync-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/isync/isync-1.2.0.ebuild b/net-mail/isync/isync-1.2.0.ebuild index cb9b929..9bf3887 100644 --- a/net-mail/isync/isync-1.2.0.ebuild +++ b/net-mail/isync/isync-1.2.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="compat sasl ssl" DEPEND=">=sys-libs/db-4.2:*