Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Wed, 30 Sep 2020 02:22:12
Message-Id: 1601432522.5322b12b01353ee81cc4ecc7c6da151f287c4fa9.sam@gentoo
1 commit: 5322b12b01353ee81cc4ecc7c6da151f287c4fa9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 02:19:30 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 02:22:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5322b12b
7
8 net-mail/notmuch: tighten xapian dep in 0.31
9
10 I can't reproduce this *but* upstream state [0][1]
11 we need >=dev-libs/xapian-1.4.0, so let's
12 require it, although most people should be fine
13 in ~.
14
15 [0] https://git.notmuchmail.org/git?p=notmuch;a=commit;h=00cdfe10717020423870fdaf56e973db9aba9f5a
16 [1] https://git.notmuchmail.org/git?p=notmuch;a=commit;h=2c7b3d3a80d40c25e2991e2659c6a6006b50fb08
17
18 Closes: https://bugs.gentoo.org/744136
19 Package-Manager: Portage-3.0.4, Repoman-3.0.1
20 Signed-off-by: Sam James <sam <AT> gentoo.org>
21
22 net-mail/notmuch/notmuch-0.31-r1.ebuild | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/net-mail/notmuch/notmuch-0.31-r1.ebuild b/net-mail/notmuch/notmuch-0.31-r1.ebuild
26 index bd42a123206..f5fd2cc5cf8 100644
27 --- a/net-mail/notmuch/notmuch-0.31-r1.ebuild
28 +++ b/net-mail/notmuch/notmuch-0.31-r1.ebuild
29 @@ -40,7 +40,7 @@ BDEPEND="
30 COMMON_DEPEND="
31 dev-libs/glib
32 dev-libs/gmime:3.0[crypt]
33 - dev-libs/xapian:=
34 + >=dev-libs/xapian-1.4.0:=
35 sys-libs/talloc
36 sys-libs/zlib
37 emacs? ( >=app-editors/emacs-${NEED_EMACS}:* )