commit: 47a1659756941700c8c6103722100bb4fb70533e Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com> AuthorDate: Tue Nov 26 06:46:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 26 06:57:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a16597
dev-libs/liblogging: add BDEPEND on dev-python/docutils otherwise, configure will failed with error: rst2man is required to build man pages. You can use the release tarball with pregenerated man pages to avoid this depedency. Alternatively, use --disable-man-pages to build without them. [sam: Unfortunately, AFAICT, the release tarball doesn't exist for 1.0.7.] Closes: https://bugs.gentoo.org/944743 Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39477 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/liblogging/liblogging-1.0.7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/liblogging/liblogging-1.0.7.ebuild b/dev-libs/liblogging/liblogging-1.0.7.ebuild index 9d945e871e28..768ab4bc3c6d 100644 --- a/dev-libs/liblogging/liblogging-1.0.7.ebuild +++ b/dev-libs/liblogging/liblogging-1.0.7.ebuild @@ -17,7 +17,10 @@ IUSE="systemd" RDEPEND="systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + dev-python/docutils + virtual/pkgconfig +" DOCS=( ChangeLog )
