From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFC89139694 for ; Sat, 27 May 2017 22:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0DC21C012; Sat, 27 May 2017 22:02:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C24A21C08E for ; Sat, 27 May 2017 22:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55E19340DF9 for ; Sat, 27 May 2017 22:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E83746A for ; Sat, 27 May 2017 22:02:04 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1495922520.f8848184cfb03274da4144b3b9f263af12d76218.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.24.1.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: f8848184cfb03274da4144b3b9f263af12d76218 X-VCS-Branch: master Date: Sat, 27 May 2017 22:02:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33da9674-a8c0-4477-b694-d1915e921266 X-Archives-Hash: 17a70c8ad28be6e4150d861e3ae96e8b commit: f8848184cfb03274da4144b3b9f263af12d76218 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat May 27 22:01:38 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat May 27 22:02:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8848184 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 net-mail/notmuch/notmuch-0.24.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-mail/notmuch/notmuch-0.24.1.ebuild b/net-mail/notmuch/notmuch-0.24.1.ebuild index de47cbb850d..3ab5365e4a9 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." + fi } pkg_postrm() {