From af60fe4bd455773eb6c435138a3e7d3a245f9199 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 21 Mar 2009 01:23:17 +0000 Subject: typo (Portage version: 2.1.6.7/cvs/Linux x86_64) --- app-emulation/qemu-softmmu/ChangeLog | 6 +++++- app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index acf0535e3b1b..8acefe9e52ab 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-softmmu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.61 2009/03/18 22:27:16 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.62 2009/03/21 01:23:17 lu_zero Exp $ + + 21 Mar 2009; Luca Barbato qemu-softmmu-0.10.0.ebuild: + typo, thanks to Jonathan-Christofer Demay for spotting + it 18 Mar 2009; Luca Barbato qemu-softmmu-0.10.0.ebuild: disable fdt since the current one is broken... 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 -- cgit v1.2.3-65-gdbad