diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-03-21 01:23:17 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-03-21 01:23:17 +0000 |
commit | af60fe4bd455773eb6c435138a3e7d3a245f9199 (patch) | |
tree | 6734aab5e24d619b903f1e6135c4c04cb3066035 /app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild | |
parent | Add perl and python USE flags. Add optional dependency on media-sound/gsm (bu... (diff) | |
download | gentoo-2-af60fe4bd455773eb6c435138a3e7d3a245f9199.tar.gz gentoo-2-af60fe4bd455773eb6c435138a3e7d3a245f9199.tar.bz2 gentoo-2-af60fe4bd455773eb6c435138a3e7d3a245f9199.zip |
typo
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild')
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild index 8d7d50384eca..73bdce310b00 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild,v 1.7 2009/03/18 22:27:16 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild,v 1.8 2009/03/21 01:23:17 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -43,7 +43,7 @@ src_unpack() { cd "${S}" # avoid fdt till an updated release appears - sed -i -e 's:fdt="yes":fdt="no"' configure + sed -i -e 's:fdt="yes":fdt="no":' configure # prevent docs to get automatically installed sed -i '/$(DESTDIR)$(docdir)/d' Makefile # Alter target makefiles to accept CFLAGS set via flag-o |