From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C7FFE1384B4 for ; Sun, 15 Nov 2015 19:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D00F21C03D; Sun, 15 Nov 2015 19:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0172321C03D for ; Sun, 15 Nov 2015 19:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26194340754 for ; Sun, 15 Nov 2015 19:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CABCA47 for ; Sun, 15 Nov 2015 19:39:11 +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: <1447616344.311ea17d50f9c80e645109629210477c3928ad14.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.20.2.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 311ea17d50f9c80e645109629210477c3928ad14 X-VCS-Branch: master Date: Sun, 15 Nov 2015 19:39:11 +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: 4e70ab69-fa64-42f4-abdd-8231a2b893f8 X-Archives-Hash: fb43c8a66ec2494a516adf0105cfaa0f commit: 311ea17d50f9c80e645109629210477c3928ad14 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sun Nov 15 19:10:43 2015 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sun Nov 15 19:39:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311ea17d net-mail/notmuch: Depend on dev-python/sphinx unconditionally dev-python/sphinx used to be used only to generate docs for Python bindings, but now it is also used instead of rst2man to generate man pages. net-mail/notmuch/notmuch-0.20.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild b/net-mail/notmuch/notmuch-0.20.2.ebuild index 844d9d8..2979688 100644 --- a/net-mail/notmuch/notmuch-0.20.2.ebuild +++ b/net-mail/notmuch/notmuch-0.20.2.ebuild @@ -32,6 +32,7 @@ CDEPEND=" >=dev-libs/gmime-2.6.7 !=dev-libs/gmime-2.6.19 =sys-libs/zlib-1.2.5.2 sys-libs/talloc debug? ( dev-util/valgrind ) @@ -41,8 +42,7 @@ CDEPEND=" " DEPEND="${CDEPEND} virtual/pkgconfig - doc? ( app-doc/doxygen - python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) ) + doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb ) "