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 74BE01396D9 for ; Mon, 16 Oct 2017 11:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A83B12BC02F; Mon, 16 Oct 2017 11:48:43 +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 8BAC42BC02F for ; Mon, 16 Oct 2017 11:48:43 +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 7817133BEC0 for ; Mon, 16 Oct 2017 11:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F399E313 for ; Mon, 16 Oct 2017 11:48:40 +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: <1508154514.aff4a2ede3ee4675a0eca02dc91a71df3ff25897.jer@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.16.2-r1.ebuild net-mail/courier-imap/courier-imap-4.17.3.ebuild X-VCS-Directories: net-mail/courier-imap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: aff4a2ede3ee4675a0eca02dc91a71df3ff25897 X-VCS-Branch: master Date: Mon, 16 Oct 2017 11:48:40 +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: 9c1effc8-bc50-4004-b26c-293bfdd70bc7 X-Archives-Hash: 2185a42436739fdfa4dfda7231dff88c commit: aff4a2ede3ee4675a0eca02dc91a71df3ff25897 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 16 10:34:07 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 16 11:48:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff4a2ed net-mail/courier-imap: Fix net-libs/courier-unicode dependencies (bug #624258). Package-Manager: Portage-2.3.11, Repoman-2.3.3 net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild | 1 + net-mail/courier-imap/courier-imap-4.17.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild b/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild index 83083366938..88952967ff8 100644 --- a/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild @@ -23,6 +23,7 @@ CDEPEND=" libressl? ( dev-libs/libressl:0= ) ) >=net-libs/courier-authlib-0.61 + <=net-libs/courier-unicode-2 >=net-libs/courier-unicode-1.3 >=net-mail/mailbase-0.00-r8 berkdb? ( sys-libs/db:= ) diff --git a/net-mail/courier-imap/courier-imap-4.17.3.ebuild b/net-mail/courier-imap/courier-imap-4.17.3.ebuild index 8347c0afb21..cd99c5cbdda 100644 --- a/net-mail/courier-imap/courier-imap-4.17.3.ebuild +++ b/net-mail/courier-imap/courier-imap-4.17.3.ebuild @@ -23,6 +23,7 @@ CDEPEND=" libressl? ( dev-libs/libressl:0= ) ) >=net-libs/courier-authlib-0.61 + <=net-libs/courier-unicode-2 >=net-libs/courier-unicode-1.3 >=net-mail/mailbase-0.00-r8 berkdb? ( sys-libs/db:= )