diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-12-23 15:57:31 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-12-23 15:57:31 +0000 |
commit | 87fbe1e3163dfd66ee6359079ae3082086c363fa (patch) | |
tree | df1e0563348b0dc2243f7dd490df8cfa38445e3a /app-emulation/qemu/qemu-0.8.0.ebuild | |
parent | Disable autodetection of gssapi (diff) | |
download | gentoo-2-87fbe1e3163dfd66ee6359079ae3082086c363fa.tar.gz gentoo-2-87fbe1e3163dfd66ee6359079ae3082086c363fa.tar.bz2 gentoo-2-87fbe1e3163dfd66ee6359079ae3082086c363fa.zip |
New version
(Portage version: 2.0.53)
Diffstat (limited to 'app-emulation/qemu/qemu-0.8.0.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-0.8.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-0.8.0.ebuild b/app-emulation/qemu/qemu-0.8.0.ebuild new file mode 100644 index 000000000000..8acb200e7c19 --- /dev/null +++ b/app-emulation/qemu/qemu-0.8.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.8.0.ebuild,v 1.1 2005/12/23 15:57:31 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="~x86 ~amd64 ~ppc" +IUSE="" + +DEPEND="~app-emulation/qemu-softmmu-${PV} + ~app-emulation/qemu-user-${PV} + !<=app-emulation/qemu-0.7.0" + |