diff options
Diffstat (limited to 'net-mail/notmuch/notmuch-0.24.1.ebuild')
-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() { |