From d7172b49d946472e35beefe7225a180a84f8731f Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sun, 23 Mar 2014 08:22:20 +0800 Subject: app-emulation/xen-tools: fix --disable-docs Signed-off-by: Yixun Lan --- app-emulation/xen-tools/xen-tools-4.4.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app-emulation') 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" -- cgit v1.2.3-65-gdbad