diff options
author | 2012-05-08 16:04:46 +0000 | |
---|---|---|
committer | 2012-05-08 16:04:46 +0000 | |
commit | 85b6a69c0106e2d701e09c52208bb0088f1e066c (patch) | |
tree | 2bd93644d6041a6e3328a503b9f473cde8feddad /app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild | |
parent | Marking spamassassin-3.3.2-r1 ppc64 for bug 395539 (diff) | |
download | historical-85b6a69c0106e2d701e09c52208bb0088f1e066c.tar.gz historical-85b6a69c0106e2d701e09c52208bb0088f1e066c.tar.bz2 historical-85b6a69c0106e2d701e09c52208bb0088f1e066c.zip |
Fix building with app-text/texi2html-5, commited on behalf of Ian Delaney. Fixes bug 409333. Thanks to Joerg Neikes <xenoist@midlandgate.de> for the report and patch
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild index 7fe45567b7e9..6307a0801e0a 100644 --- a/app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.1.1-r5.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-4.1.1-r5.ebuild,v 1.5 2011/10/13 19:30:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r5.ebuild,v 1.6 2012/05/08 16:04:46 xarthisius Exp $ EAPI="3" @@ -192,6 +192,9 @@ src_prepare() { -e 's:^\tfi:#\tfi:' -i \ -e 's:^\tmv _$T $T:#\tmv _$T $T:' \ -i tools/firmware/etherboot/Makefile || die + + sed -e '/texi2html/ s/-number/&-sections/' \ + -i tools/ioemu-qemu-xen/Makefile || die #409333 } src_compile() { |