mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/vamp-plugin-sdk: fix USE=doc
Ensure dot is installed when USE=doc Closes: https://bugs.gentoo.org/869854 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/565 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
b0a04d10bf
commit
0c731a70b1
@@ -20,7 +20,7 @@ RDEPEND="media-libs/libsndfile:0=[${MULTILIB_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/doxygen )
|
||||
doc? ( app-text/doxygen[dot] )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user