Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Sat, 27 May 2017 22:02:10
Message-Id: 1495922520.f8848184cfb03274da4144b3b9f263af12d76218.aidecoe@gentoo
1 commit: f8848184cfb03274da4144b3b9f263af12d76218
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 27 22:01:38 2017 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 22:02:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8848184
7
8 net-mail/notmuch: Some features require Xapian 1.4+
9
10 Inform user that "Regular expression searches supported for from: and
11 subject:" require at >=dev-libs/xapian-1.4.
12
13 Gentoo-Bug: 613818
14 Package-Manager: Portage-2.3.5, Repoman-2.3.2
15
16 net-mail/notmuch/notmuch-0.24.1.ebuild | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 diff --git a/net-mail/notmuch/notmuch-0.24.1.ebuild b/net-mail/notmuch/notmuch-0.24.1.ebuild
20 index de47cbb850d..3ab5365e4a9 100644
21 --- a/net-mail/notmuch/notmuch-0.24.1.ebuild
22 +++ b/net-mail/notmuch/notmuch-0.24.1.ebuild
23 @@ -194,6 +194,11 @@ pkg_preinst() {
24
25 pkg_postinst() {
26 use emacs && elisp-site-regen
27 +
28 + if has_version '<dev-libs/xapian-1.4'; then
29 + elog "Regular expression searches supported for from: and subject:"
30 + elog "require >=dev-libs/xapian-1.4."
31 + fi
32 }
33
34 pkg_postrm() {