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 00DF9139335 for ; Mon, 28 Jun 2021 20:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40B7CE0822; Mon, 28 Jun 2021 20:45:47 +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 220AEE0822 for ; Mon, 28 Jun 2021 20:45:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DAA43335C78 for ; Mon, 28 Jun 2021 20:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 654BF797 for ; Mon, 28 Jun 2021 20:45:44 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1624913089.b302352ba6c27571abf97dc259df2e49ced3cd41.gyakovlev@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.3.ebuild net-mail/notmuch/notmuch-0.32.1.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b302352ba6c27571abf97dc259df2e49ced3cd41 X-VCS-Branch: master Date: Mon, 28 Jun 2021 20:45:44 +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: 1ea50720-caad-47d5-ad83-e443e2d6d7e8 X-Archives-Hash: 5455cacb53b50bdcf4e6b8bbace654f9 commit: b302352ba6c27571abf97dc259df2e49ced3cd41 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jun 28 20:44:08 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jun 28 20:44:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b302352b net-mail/notmuch: bdepend on app-arch/xz-utils[extra-filters(-)] Closes: https://bugs.gentoo.org/798465 Signed-off-by: Georgy Yakovlev gentoo.org> net-mail/notmuch/notmuch-0.31.3.ebuild | 1 + net-mail/notmuch/notmuch-0.32.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index 9e7e89f755b..70e772471e1 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -30,6 +30,7 @@ IUSE="apidoc crypt doc emacs mutt nmbug python test valgrind" RESTRICT="!test? ( test )" BDEPEND=" + app-arch/xz-utils[extra-filters(-)] virtual/pkgconfig apidoc? ( app-doc/doxygen diff --git a/net-mail/notmuch/notmuch-0.32.1.ebuild b/net-mail/notmuch/notmuch-0.32.1.ebuild index 26acc520cdb..2382baa059e 100644 --- a/net-mail/notmuch/notmuch-0.32.1.ebuild +++ b/net-mail/notmuch/notmuch-0.32.1.ebuild @@ -30,6 +30,7 @@ IUSE="apidoc crypt doc emacs mutt nmbug python test valgrind" RESTRICT="!test? ( test )" BDEPEND=" + app-arch/xz-utils[extra-filters(-)] virtual/pkgconfig apidoc? ( app-doc/doxygen