commit: d7172b49d946472e35beefe7225a180a84f8731f
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 00:22:20 2014 +0000
Commit: Lan Yixun <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 00:22:20 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/virtualization.git;a=commit;h=d7172b49
app-emulation/xen-tools: fix --disable-docs
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
---
app-emulation/xen-tools/xen-tools-4.4.0.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
index 04d9a38..da33b48 100644
--- a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
@@ -303,9 +303,6 @@ src_compile() {
unset LDFLAGS
unset CFLAGS
emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)"
RANLIB="$(tc-getRANLIB)" -C tools ${myopt}
-
- use doc && emake -C docs txt html
- emake -C docs man-pages
}
src_install() {
@@ -345,7 +342,6 @@ src_install() {
fi
rm -rf "${D}"/usr/share/doc/xen/
- doman docs/man?/*
if use xend; then
newinitd "${FILESDIR}"/xend.initd-r2 xend || die "Couldn't
install xen.initd"