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 545E0138330 for ; Thu, 13 Oct 2016 16:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3AC121C07F; Thu, 13 Oct 2016 16:06:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB73821C07D for ; Thu, 13 Oct 2016 16:06:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 085B7341658 for ; Thu, 13 Oct 2016 16:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F992FE for ; Thu, 13 Oct 2016 16:06:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1476374780.63320c78b3c8b22c91b93eea90c9769886225a96.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mutt/mutt-1.7.1-r1.ebuild X-VCS-Directories: mail-client/mutt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 63320c78b3c8b22c91b93eea90c9769886225a96 X-VCS-Branch: master Date: Thu, 13 Oct 2016 16:06:28 +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: 8c014192-68c7-47ea-9f43-6a98d09f40cb X-Archives-Hash: f1978ecfd0c014394ec5386e48869f39 commit: 63320c78b3c8b22c91b93eea90c9769886225a96 Author: Fabian Groffen gentoo org> AuthorDate: Thu Oct 13 16:05:32 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Oct 13 16:06:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63320c78 mail-client/mutt: use slot operator for sys-libs/db Package-Manager: portage-2.3.0 mail-client/mutt/mutt-1.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-1.7.1-r1.ebuild b/mail-client/mutt/mutt-1.7.1-r1.ebuild index 27fe71b..76ca7ff 100644 --- a/mail-client/mutt/mutt-1.7.1-r1.ebuild +++ b/mail-client/mutt/mutt-1.7.1-r1.ebuild @@ -27,7 +27,7 @@ CDEPEND=" qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) - !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) + !gdbm? ( berkdb? ( >=sys-libs/db-4:= ) ) ) ) imap? (