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 1EDFA139694 for ; Sun, 26 Mar 2017 10:39:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3095F21C04E; Sun, 26 Mar 2017 10:39:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EE6A221C04E for ; Sun, 26 Mar 2017 10:39:05 +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 B8F06341657 for ; Sun, 26 Mar 2017 10:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3394570B7 for ; Sun, 26 Mar 2017 10:39:03 +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: <1490524409.c9c1d8f87aff362a3b132488131f4cf05a0d9d3e.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.21.ebuild net-mail/notmuch/notmuch-0.23.3.ebuild net-mail/notmuch/notmuch-0.23.7.ebuild net-mail/notmuch/notmuch-0.24.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: c9c1d8f87aff362a3b132488131f4cf05a0d9d3e X-VCS-Branch: master Date: Sun, 26 Mar 2017 10:39:03 +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: a61500ae-9962-4281-bb81-ccec9c90a4fb X-Archives-Hash: faf88b7cdb053de674ab8d5a25b9ab5b commit: c9c1d8f87aff362a3b132488131f4cf05a0d9d3e Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sun Mar 26 10:33:29 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sun Mar 26 10:33:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c1d8f8 net-mail/notmuch: Follow guidlines for completion files Gentoo-Bug: 613828 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-mail/notmuch/notmuch-0.21.ebuild | 2 +- net-mail/notmuch/notmuch-0.23.3.ebuild | 2 +- net-mail/notmuch/notmuch-0.23.7.ebuild | 2 +- net-mail/notmuch/notmuch-0.24.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.21.ebuild b/net-mail/notmuch/notmuch-0.21.ebuild index c124076b915..a5a6dd6ff30 100644 --- a/net-mail/notmuch/notmuch-0.21.ebuild +++ b/net-mail/notmuch/notmuch-0.21.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE=" IUSE="crypt debug doc emacs mutt nmbug python test" CDEPEND=" - >=app-shells/bash-completion-1.9 + !!=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 !=dev-libs/gmime-2.6.19 diff --git a/net-mail/notmuch/notmuch-0.23.3.ebuild b/net-mail/notmuch/notmuch-0.23.3.ebuild index 7b4c95b389f..f084e405278 100644 --- a/net-mail/notmuch/notmuch-0.23.3.ebuild +++ b/net-mail/notmuch/notmuch-0.23.3.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" IUSE="crypt doc emacs mutt nmbug python test valgrind" CDEPEND=" - >=app-shells/bash-completion-1.9 + !!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= diff --git a/net-mail/notmuch/notmuch-0.23.7.ebuild b/net-mail/notmuch/notmuch-0.23.7.ebuild index a9dc94ccfb9..fe38f1121c8 100644 --- a/net-mail/notmuch/notmuch-0.23.7.ebuild +++ b/net-mail/notmuch/notmuch-0.23.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" IUSE="crypt doc emacs mutt nmbug python test valgrind" CDEPEND=" - >=app-shells/bash-completion-1.9 + !!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= diff --git a/net-mail/notmuch/notmuch-0.24.ebuild b/net-mail/notmuch/notmuch-0.24.ebuild index 72518763a22..de47cbb850d 100644 --- a/net-mail/notmuch/notmuch-0.24.ebuild +++ b/net-mail/notmuch/notmuch-0.24.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" IUSE="crypt doc emacs mutt nmbug python test valgrind" CDEPEND=" - >=app-shells/bash-completion-1.9 + !!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:=