Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
Date: Thu, 13 Oct 2016 16:06:32
Message-Id: 1476374780.63320c78b3c8b22c91b93eea90c9769886225a96.grobian@gentoo
1 commit: 63320c78b3c8b22c91b93eea90c9769886225a96
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 16:05:32 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 16:06:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63320c78
7
8 mail-client/mutt: use slot operator for sys-libs/db
9
10 Package-Manager: portage-2.3.0
11
12 mail-client/mutt/mutt-1.7.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/mail-client/mutt/mutt-1.7.1-r1.ebuild b/mail-client/mutt/mutt-1.7.1-r1.ebuild
16 index 27fe71b..76ca7ff 100644
17 --- a/mail-client/mutt/mutt-1.7.1-r1.ebuild
18 +++ b/mail-client/mutt/mutt-1.7.1-r1.ebuild
19 @@ -27,7 +27,7 @@ CDEPEND="
20 qdbm? ( dev-db/qdbm )
21 !qdbm? (
22 gdbm? ( sys-libs/gdbm )
23 - !gdbm? ( berkdb? ( >=sys-libs/db-4 ) )
24 + !gdbm? ( berkdb? ( >=sys-libs/db-4:= ) )
25 )
26 )
27 imap? (