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 598F9138359 for ; Wed, 30 Sep 2020 02:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79BABE0AD8; Wed, 30 Sep 2020 02:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57CE7E0AD8 for ; Wed, 30 Sep 2020 02:22:11 +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 B3CBD335DEF for ; Wed, 30 Sep 2020 02:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C65330 for ; Wed, 30 Sep 2020 02:22:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601432522.5322b12b01353ee81cc4ecc7c6da151f287c4fa9.sam@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.31-r1.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5322b12b01353ee81cc4ecc7c6da151f287c4fa9 X-VCS-Branch: master Date: Wed, 30 Sep 2020 02:22:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2715f98e-08b7-4a0f-b6d6-fd0972e86862 X-Archives-Hash: fe780f8928ba11ad08b2816a3131edc6 commit: 5322b12b01353ee81cc4ecc7c6da151f287c4fa9 Author: Sam James gentoo org> AuthorDate: Wed Sep 30 02:19:30 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 30 02:22:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5322b12b 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 gentoo.org> net-mail/notmuch/notmuch-0.31-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/notmuch/notmuch-0.31-r1.ebuild b/net-mail/notmuch/notmuch-0.31-r1.ebuild index bd42a123206..f5fd2cc5cf8 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}:* )