summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2009-03-18 22:27:16 +0000
committerLuca Barbato <lu_zero@gentoo.org>2009-03-18 22:27:16 +0000
commit6c398d60f9d1d7234755840b68e32310fe34a4e3 (patch)
treeb0fd869ec7e8fff2a114567c3e5cca0122b6960e /app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild
parentMarking mldonkey-3.0.0 ppc for bug 260072 (diff)
downloadgentoo-2-6c398d60f9d1d7234755840b68e32310fe34a4e3.tar.gz
gentoo-2-6c398d60f9d1d7234755840b68e32310fe34a4e3.tar.bz2
gentoo-2-6c398d60f9d1d7234755840b68e32310fe34a4e3.zip
disable fdt
(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.ebuild5
1 files changed, 3 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 68334c6eb1e7..8d7d50384eca 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.6 2009/03/17 21:42:52 lu_zero Exp $
+# $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 $
inherit eutils flag-o-matic toolchain-funcs
@@ -29,7 +29,6 @@ RDEPEND="sys-libs/zlib
ncurses? ( sys-libs/ncurses )
sdl? ( >=media-libs/libsdl-1.2.11 )
vde? ( net-misc/vde )
- sys-apps/dtc
kqemu? ( >=app-emulation/kqemu-1.4.0_pre1 )"
# fdt? ( sys-apps/dtc )
@@ -43,6 +42,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
+ # avoid fdt till an updated release appears
+ 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