commit:     311ea17d50f9c80e645109629210477c3928ad14
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 19:10:43 2015 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> 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
        <dev-libs/xapian-1.3
+       dev-python/sphinx[${PYTHON_USEDEP}]
        >=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 )
        "

Reply via email to