diff options
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild b/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild index 82a9f449c37e..2d6e2fad74d0 100644 --- a/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild,v 1.3 2011/09/29 14:22:28 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild,v 1.4 2012/05/08 16:04:46 xarthisius Exp $ EAPI="3" @@ -126,6 +126,9 @@ src_prepare() { if ! use pygrub; then sed -i -e '/^SUBDIRS-$(PYTHON_TOOLS) += pygrub$/d' "${S}"/tools/Makefile fi + + sed -e '/texi2html/ s/-number/&-sections/' \ + -i tools/ioemu-qemu-xen/Makefile || die #409333 } src_compile() { |