diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-03-18 22:27:16 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-03-18 22:27:16 +0000 |
commit | 6c398d60f9d1d7234755840b68e32310fe34a4e3 (patch) | |
tree | b0fd869ec7e8fff2a114567c3e5cca0122b6960e /app-emulation | |
parent | Marking mldonkey-3.0.0 ppc for bug 260072 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index 35fdfa69dd9d..acf0535e3b1b 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,9 @@ # 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.60 2009/03/17 21:42:52 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.61 2009/03/18 22:27:16 lu_zero Exp $ + + 18 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.0.ebuild: + disable fdt since the current one is broken... 17 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.0.ebuild: fdt is a fixed dep for now 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 |