commit: 9521e08bcbb4f32751c65d445c81ceddcca738a5
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 19:23:20 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 19:23:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9521e08b
net-nds/gss-proxy: add missing build deps for man pages #585200
net-nds/gss-proxy/gss-proxy-0.5.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
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 a45a5f0..7abf2d6 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}"