projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6655b
)
net-nds/gss-proxy: add missing build deps for man pages #585200
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 6 Jun 2016 19:23:20 +0000
(15:23 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 6 Jun 2016 19:23:29 +0000
(15:23 -0400)
net-nds/gss-proxy/gss-proxy-0.5.0.ebuild
patch
|
blob
|
history
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 a45a5f0c5f8dd6856ece051ab99eeae7229c7429..7abf2d67a635ed75bc0901a4038622b1655c20ae 100644
(file)
--- 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}"