summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-09-25 13:31:13 +0300
committerMart Raudsepp <leio@gentoo.org>2021-09-25 13:31:13 +0300
commitca3ed962cbed9133b0d0aef859683536812f0757 (patch)
tree1b1bcceb8d78326bd5317f3bfa5f5b872670cfcc
parentmedia-sound/pulseaudio-daemon: fix systemd socket activation deps (diff)
downloadgentoo-ca3ed962cbed9133b0d0aef859683536812f0757.tar.gz
gentoo-ca3ed962cbed9133b0d0aef859683536812f0757.tar.bz2
gentoo-ca3ed962cbed9133b0d0aef859683536812f0757.zip
media-libs/gsound: Add missing USE=gtk-doc bdep
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--media-libs/gsound/gsound-1.0.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/gsound/gsound-1.0.3.ebuild b/media-libs/gsound/gsound-1.0.3.ebuild
index 713f009ada32..4f9abaad4bf1 100644
--- a/media-libs/gsound/gsound-1.0.3.ebuild
+++ b/media-libs/gsound/gsound-1.0.3.ebuild
@@ -23,7 +23,8 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- gtk-doc? ( dev-util/gtk-doc )
+ gtk-doc? ( dev-util/gtk-doc
+ app-text/docbook-xml-dtd:4.3 )
vala? ( $(vala_depend) )
"