From 3ec7ba1a9ad1d295191029c4198923391dcfd735 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 22 Mar 2009 23:27:12 +0000 Subject: bugfix release Package-Manager: portage-2.1.6.7/cvs/Linux x86_64 --- app-emulation/qemu/qemu-0.10.1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-emulation/qemu/qemu-0.10.1.ebuild (limited to 'app-emulation/qemu/qemu-0.10.1.ebuild') diff --git a/app-emulation/qemu/qemu-0.10.1.ebuild b/app-emulation/qemu/qemu-0.10.1.ebuild new file mode 100644 index 000000000000..9b4b3a39f79d --- /dev/null +++ b/app-emulation/qemu/qemu-0.10.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.1.ebuild,v 1.1 2009/03/22 23:27:12 lu_zero Exp $ + +DESCRIPTION="qemu emulator and abi wrapper meta ebuild" +HOMEPAGE="http://fabrice.bellard.free.fr/qemu/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" +IUSE="" + +DEPEND="" +RDEPEND="~app-emulation/qemu-softmmu-${PV} + ~app-emulation/qemu-user-${PV} + !<=app-emulation/qemu-0.7.0" -- cgit v1.2.3-65-gdbad