commit: 248c6253b6cd960e9dee70c5965bf10e1ed7187b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 28 22:34:58 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jul 28 22:47:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248c6253
dev-libs/librevenge: Add missing app-text/doxygen[dot] USEdep for doc Bug: https://bugs.gentoo.org/960541 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/librevenge/librevenge-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/librevenge/librevenge-9999.ebuild b/dev-libs/librevenge/librevenge-9999.ebuild index 3e3caaf50d28..bfd7530b594f 100644 --- a/dev-libs/librevenge/librevenge-9999.ebuild +++ b/dev-libs/librevenge/librevenge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ RDEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} dev-libs/boost test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )" -BDEPEND="doc? ( app-text/doxygen )" +BDEPEND="doc? ( app-text/doxygen[dot] )" src_prepare() { default
