diff options
author | 2020-09-30 02:19:30 +0000 | |
---|---|---|
committer | 2020-09-30 02:22:02 +0000 | |
commit | 5322b12b01353ee81cc4ecc7c6da151f287c4fa9 (patch) | |
tree | 4f176a00407f54e86c3263cc71f41d0330fae0d3 /net-mail/notmuch | |
parent | www-client/firefox: fix gold linker deps (diff) | |
download | gentoo-5322b12b01353ee81cc4ecc7c6da151f287c4fa9.tar.gz gentoo-5322b12b01353ee81cc4ecc7c6da151f287c4fa9.tar.bz2 gentoo-5322b12b01353ee81cc4ecc7c6da151f287c4fa9.zip |
net-mail/notmuch: tighten xapian dep in 0.31
I can't reproduce this *but* upstream state [0][1]
we need >=dev-libs/xapian-1.4.0, so let's
require it, although most people should be fine
in ~.
[0] https://git.notmuchmail.org/git?p=notmuch;a=commit;h=00cdfe10717020423870fdaf56e973db9aba9f5a
[1] https://git.notmuchmail.org/git?p=notmuch;a=commit;h=2c7b3d3a80d40c25e2991e2659c6a6006b50fb08
Closes: https://bugs.gentoo.org/744136
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.31-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.31-r1.ebuild b/net-mail/notmuch/notmuch-0.31-r1.ebuild index bd42a123206a..f5fd2cc5cf82 100644 --- a/net-mail/notmuch/notmuch-0.31-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.31-r1.ebuild @@ -40,7 +40,7 @@ BDEPEND=" COMMON_DEPEND=" dev-libs/glib dev-libs/gmime:3.0[crypt] - dev-libs/xapian:= + >=dev-libs/xapian-1.4.0:= sys-libs/talloc sys-libs/zlib emacs? ( >=app-editors/emacs-${NEED_EMACS}:* ) |