commit: f85b291a4801cfed19239e16439bbc20b4edc514 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 11:00:55 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 11:00:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85b291a
sci-libs/dcmtk: add missing doc building dependency Closes: https://bugs.gentoo.org/853295 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/dcmtk/dcmtk-3.6.7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/dcmtk/dcmtk-3.6.7.ebuild b/sci-libs/dcmtk/dcmtk-3.6.7.ebuild index 65ae6a321c7d..64387ea2536d 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.7.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.7.ebuild @@ -24,7 +24,10 @@ RDEPEND=" zlib? ( sys-libs/zlib ) " DEPEND="${RDEPEND}" -BDEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( + app-doc/doxygen + virtual/latex-base +)" src_prepare() { cmake_src_prepare
