summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-02-22 10:33:27 -0800
committerMatt Turner <mattst88@gmail.com>2015-02-22 10:33:27 -0800
commit65e5bc983701e1db5b58ddf65227ae7e0a8a1835 (patch)
treed684b32fa72e59636dedb03414a838d93d3addad
parentmedia-libs/mesa: Fix mako[${PYTHON_USEDEP}] dependency. (diff)
downloadx11-65e5bc983701e1db5b58ddf65227ae7e0a8a1835.tar.gz
x11-65e5bc983701e1db5b58ddf65227ae7e0a8a1835.tar.bz2
x11-65e5bc983701e1db5b58ddf65227ae7e0a8a1835.zip
dev-libs/wayland: Update dependencies for USE=doc.
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540966
-rw-r--r--dev-libs/wayland/wayland-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
index 7db51aec..40742bae 100644
--- a/dev-libs/wayland/wayland-9999.ebuild
+++ b/dev-libs/wayland/wayland-9999.ebuild
@@ -30,7 +30,12 @@ IUSE="doc static-libs"
RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
+ doc? (
+ >=app-doc/doxygen-1.6[dot]
+ app-text/xmlto
+ >=media-gfx/graphviz-2.26.0
+ sys-apps/grep[pcre]
+ )
virtual/pkgconfig"
src_configure() {