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 A01991382C5 for ; Thu, 1 Mar 2018 15:10:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC23AE098E; Thu, 1 Mar 2018 15:10:01 +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 A96E4E098E for ; Thu, 1 Mar 2018 15:10:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E85D4335C49 for ; Thu, 1 Mar 2018 15:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C47A248 for ; Thu, 1 Mar 2018 15:09:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519916990.b4e0d83cf1f7d18ffc682655cf6fa041c8aa5315.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/courier-imap/courier-imap-4.15-r2.ebuild X-VCS-Directories: net-mail/courier-imap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b4e0d83cf1f7d18ffc682655cf6fa041c8aa5315 X-VCS-Branch: master Date: Thu, 1 Mar 2018 15:09:57 +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: 588a428c-7427-4346-b056-9fe775f31cb2 X-Archives-Hash: c2cac1e95737148b0f9d5cc5186c583c commit: b4e0d83cf1f7d18ffc682655cf6fa041c8aa5315 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 15:08:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 15:09:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e0d83c net-mail/courier-imap: Dekeyword *-fbsd due to deps net-mail/courier-imap/courier-imap-4.15-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/courier-imap/courier-imap-4.15-r2.ebuild b/net-mail/courier-imap/courier-imap-4.15-r2.ebuild index 4a7ef1d07e1..1f85f454e15 100644 --- a/net-mail/courier-imap/courier-imap-4.15-r2.ebuild +++ b/net-mail/courier-imap/courier-imap-4.15-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="berkdb debug fam +gdbm ipv6 selinux gnutls trashquota" REQUIRED_USE="|| ( berkdb gdbm )"