From: Mike Frysinger Date: Mon, 6 Jun 2016 19:23:20 +0000 (-0400) Subject: net-nds/gss-proxy: add missing build deps for man pages #585200 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9521e08bcbb4f32751c65d445c81ceddcca738a5;p=gentoo.git net-nds/gss-proxy: add missing build deps for man pages #585200 --- diff --git a/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild b/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild index a45a5f0c5f8d..7abf2d67a635 100644 --- a/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild +++ b/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild @@ -18,7 +18,11 @@ RDEPEND=">=dev-libs/libverto-0.2.2 >=dev-libs/ding-libs-0.5.0 virtual/krb5 selinux? ( sys-libs/libselinux )" +# We need xml stuff to build the man pages, and people really want/need +# the man pages for this package :). #585200 DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.4 + dev-libs/libxslt virtual/pkgconfig" S="${WORKDIR}/${MY_P}"