diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-03-17 21:42:52 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-03-17 21:42:52 +0000 |
commit | 5d607b958e9fc3e230022486950e42943ab0e080 (patch) | |
tree | 808e3ccf368adb1430631396172b286cc5d5246f /app-emulation | |
parent | Change SRC_URI to reflect moved location, thanks phceac(at]yahoo_com in bug #... (diff) | |
download | gentoo-2-5d607b958e9fc3e230022486950e42943ab0e080.tar.gz gentoo-2-5d607b958e9fc3e230022486950e42943ab0e080.tar.bz2 gentoo-2-5d607b958e9fc3e230022486950e42943ab0e080.zip |
fdt is a fixed dep for now
(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 2e3fc120b932..35fdfa69dd9d 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.59 2009/03/12 16:02:48 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.60 2009/03/17 21:42:52 lu_zero Exp $ + + 17 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.0.ebuild: + fdt is a fixed dep for now 12 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.0.ebuild: Simplify hardened support 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 3b891aec642d..68334c6eb1e7 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.5 2009/03/12 16:02:48 lu_zero Exp $ +# $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 $ inherit eutils flag-o-matic toolchain-funcs @@ -29,8 +29,9 @@ RDEPEND="sys-libs/zlib ncurses? ( sys-libs/ncurses ) sdl? ( >=media-libs/libsdl-1.2.11 ) vde? ( net-misc/vde ) - fdt? ( sys-apps/dtc ) + sys-apps/dtc kqemu? ( >=app-emulation/kqemu-1.4.0_pre1 )" +# fdt? ( sys-apps/dtc ) DEPEND="${RDEPEND} gnutls? ( dev-util/pkgconfig ) |