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 9D9DF1393F1 for ; Wed, 16 Sep 2015 11:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3C6E0864; Wed, 16 Sep 2015 11:28:34 +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 318C2E0864 for ; Wed, 16 Sep 2015 11:28:33 +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 B9DB0340B23 for ; Wed, 16 Sep 2015 11:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECF0D18C for ; Wed, 16 Sep 2015 11:28:27 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1442402890.e6ebd02d676810521a6ef388ac4920e105eeb59a.klausman@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.18.ebuild X-VCS-Directories: net-mail/dovecot/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e6ebd02d676810521a6ef388ac4920e105eeb59a X-VCS-Branch: master Date: Wed, 16 Sep 2015 11:28:27 +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: 53b2f4c4-acd3-48ad-863c-ddd8894a54c3 X-Archives-Hash: b8b56220e8eaf509f0fef337196be729 commit: e6ebd02d676810521a6ef388ac4920e105eeb59a Author: Tobias Klausmann gentoo org> AuthorDate: Wed Sep 16 11:28:10 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Sep 16 11:28:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ebd02d net-mail/dovecot: add alpha keyword Gentoo-Bug: 560108 Package-Manager: portage-2.2.20.1 net-mail/dovecot/dovecot-2.2.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/dovecot/dovecot-2.2.18.ebuild b/net-mail/dovecot/dovecot-2.2.18.ebuild index 6d01af5..8b055a3 100644 --- a/net-mail/dovecot/dovecot-2.2.18.ebuild +++ b/net-mail/dovecot/dovecot-2.2.18.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.dovecot.org/" SLOT="0" LICENSE="LGPL-2.1 MIT" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE_DOVECOT_AUTH="kerberos ldap mysql pam postgres sqlite vpopmail" IUSE_DOVECOT_STORAGE="cydir imapc +maildir mbox mdbox pop3c sdbox"