diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2015-11-15 19:10:43 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2015-11-15 19:39:04 +0000 |
commit | 311ea17d50f9c80e645109629210477c3928ad14 (patch) | |
tree | 2449816cd027f24f6f35240cc936ed757e26b380 /net-mail | |
parent | app-emulation/wine: Version bump to 1.7.54. Drop default prelink flag. (diff) | |
download | gentoo-311ea17d50f9c80e645109629210477c3928ad14.tar.gz gentoo-311ea17d50f9c80e645109629210477c3928ad14.tar.bz2 gentoo-311ea17d50f9c80e645109629210477c3928ad14.zip |
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.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.20.2.ebuild | 4 |
1 files 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 844d9d87af1e..29796883d56d 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 ) " |