diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-06 16:11:35 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-06 16:51:18 -0500 |
commit | 932a2e623487a71519699be9e3f7f1025b87b7cd (patch) | |
tree | b8a871a6e44ebb2a3b8e2606f84083715cf2f5ab /x11-libs | |
parent | dev-util/lttng-tools: Apply musl-1.2.4 largefile workaround (diff) | |
download | gentoo-932a2e623487a71519699be9e3f7f1025b87b7cd.tar.gz gentoo-932a2e623487a71519699be9e3f7f1025b87b7cd.tar.bz2 gentoo-932a2e623487a71519699be9e3f7f1025b87b7cd.zip |
x11-libs/libxkbcommon: Depend on doxygen[dot] for USE=doc
Closes: https://bugs.gentoo.org/921556
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild index d9e6e437ba12..9e59daec370e 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild @@ -24,7 +24,7 @@ SLOT="0" BDEPEND=" app-alternatives/yacc - doc? ( app-text/doxygen ) + doc? ( app-text/doxygen[dot] ) test? ( ${PYTHON_DEPS} ) tools? ( wayland? ( dev-util/wayland-scanner ) ) " |