diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-05-27 23:01:38 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-05-27 23:02:00 +0100 |
commit | f8848184cfb03274da4144b3b9f263af12d76218 (patch) | |
tree | ff3d89dabd3ab9f07e8275741f20fca4d863dc2b /net-mail/notmuch | |
parent | net-misc/networkmanager: make polkit optional (diff) | |
download | gentoo-f8848184cfb03274da4144b3b9f263af12d76218.tar.gz gentoo-f8848184cfb03274da4144b3b9f263af12d76218.tar.bz2 gentoo-f8848184cfb03274da4144b3b9f263af12d76218.zip |
net-mail/notmuch: Some features require Xapian 1.4+
Inform user that "Regular expression searches supported for from: and
subject:" require at >=dev-libs/xapian-1.4.
Gentoo-Bug: 613818
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.24.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-mail/notmuch/notmuch-0.24.1.ebuild b/net-mail/notmuch/notmuch-0.24.1.ebuild index de47cbb850d8..3ab5365e4a9b 100644 --- a/net-mail/notmuch/notmuch-0.24.1.ebuild +++ b/net-mail/notmuch/notmuch-0.24.1.ebuild @@ -194,6 +194,11 @@ pkg_preinst() { pkg_postinst() { use emacs && elisp-site-regen + + if has_version '<dev-libs/xapian-1.4'; then + elog "Regular expression searches supported for from: and subject:" + elog "require >=dev-libs/xapian-1.4." + fi } pkg_postrm() { |