diff options
author | 2005-12-23 15:57:31 +0000 | |
---|---|---|
committer | 2005-12-23 15:57:31 +0000 | |
commit | 72feda7701beaa697dc1af4fc52ea5a708a38289 (patch) | |
tree | e2a6ace6c123c2a4d5f8a4b5f986144dfea178f8 /app-emulation/qemu/qemu-0.8.0.ebuild | |
parent | Disable autodetection of gssapi (diff) | |
download | historical-72feda7701beaa697dc1af4fc52ea5a708a38289.tar.gz historical-72feda7701beaa697dc1af4fc52ea5a708a38289.tar.bz2 historical-72feda7701beaa697dc1af4fc52ea5a708a38289.zip |
New version
Package-Manager: portage-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" + |