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 7B0D613888F for ; Sat, 31 Oct 2015 06:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A24F3E07E8; Sat, 31 Oct 2015 06:58:56 +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 3596DE07E8 for ; Sat, 31 Oct 2015 06:58:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A6DF340B34 for ; Sat, 31 Oct 2015 06:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F3E61BDD for ; Sat, 31 Oct 2015 06:58:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1446274711.4d182563fb87377913282855b4ee85d46271ad88.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/dovecot/dovecot-2.2.19-r1.ebuild X-VCS-Directories: net-mail/dovecot/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4d182563fb87377913282855b4ee85d46271ad88 X-VCS-Branch: master Date: Sat, 31 Oct 2015 06:58:53 +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: 3d43dbea-1ee1-4f81-9651-c9ed30943b1a X-Archives-Hash: 7bc2b3a13455d71c474e878e65041bc3 commit: 4d182563fb87377913282855b4ee85d46271ad88 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 31 06:58:31 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 31 06:58:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d182563 net-mail/dovecot: Mark ~ppc64 (bug #564484). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches net-mail/dovecot/dovecot-2.2.19-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/dovecot/dovecot-2.2.19-r1.ebuild b/net-mail/dovecot/dovecot-2.2.19-r1.ebuild index 0d1ca87..2ae1c5e 100644 --- a/net-mail/dovecot/dovecot-2.2.19-r1.ebuild +++ b/net-mail/dovecot/dovecot-2.2.19-r1.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.dovecot.org/" SLOT="0" LICENSE="LGPL-2.1 MIT" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE_DOVECOT_AUTH="kerberos ldap mysql pam postgres sqlite vpopmail" IUSE_DOVECOT_STORAGE="cydir imapc +maildir mbox mdbox pop3c sdbox"