summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-06 15:23:20 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-06 15:23:29 -0400
commit9521e08bcbb4f32751c65d445c81ceddcca738a5 (patch)
treebac0fe54632a623a8672e5c7519548ff9d08b374 /net-nds
parentvirtual/pypy: Bump to 5.1.1 (diff)
downloadgentoo-9521e08bcbb4f32751c65d445c81ceddcca738a5.tar.gz
gentoo-9521e08bcbb4f32751c65d445c81ceddcca738a5.tar.bz2
gentoo-9521e08bcbb4f32751c65d445c81ceddcca738a5.zip
net-nds/gss-proxy: add missing build deps for man pages #585200
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/gss-proxy/gss-proxy-0.5.0.ebuild4
1 files changed, 4 insertions, 0 deletions
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}"