diff options
author | 2009-03-22 23:27:12 +0000 | |
---|---|---|
committer | 2009-03-22 23:27:12 +0000 | |
commit | 3ec7ba1a9ad1d295191029c4198923391dcfd735 (patch) | |
tree | ebc137acf93390adc3b190144143fb04fbce7637 /app-emulation/qemu/qemu-0.10.1.ebuild | |
parent | bugfix release (diff) | |
download | historical-3ec7ba1a9ad1d295191029c4198923391dcfd735.tar.gz historical-3ec7ba1a9ad1d295191029c4198923391dcfd735.tar.bz2 historical-3ec7ba1a9ad1d295191029c4198923391dcfd735.zip |
bugfix release
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/qemu/qemu-0.10.1.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-0.10.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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" |