diff options
author | 2014-03-23 08:22:20 +0800 | |
---|---|---|
committer | 2014-03-23 08:22:20 +0800 | |
commit | d7172b49d946472e35beefe7225a180a84f8731f (patch) | |
tree | dfbd2f195e2b4f4a4b87c4ff3e13e7bf90a76d1f | |
parent | app-emulation/xen-tools: add libaio, adjust deps (diff) | |
download | virtualization-d7172b49d946472e35beefe7225a180a84f8731f.tar.gz virtualization-d7172b49d946472e35beefe7225a180a84f8731f.tar.bz2 virtualization-d7172b49d946472e35beefe7225a180a84f8731f.zip |
app-emulation/xen-tools: fix --disable-docs
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.4.0.ebuild | 4 |
1 files changed, 0 insertions, 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" |