summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-04-27 21:27:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-04-27 21:27:12 +0000
commit80685cf187f2ce840b86aad62d98e9df18dc7f66 (patch)
tree3fba8b367f340714e9840c94af641b0846478cd7 /app-emulation
parentAdd inherit eutils (diff)
downloadgentoo-2-80685cf187f2ce840b86aad62d98e9df18dc7f66.tar.gz
gentoo-2-80685cf187f2ce840b86aad62d98e9df18dc7f66.tar.bz2
gentoo-2-80685cf187f2ce840b86aad62d98e9df18dc7f66.zip
minor change
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog5
-rw-r--r--app-emulation/qemu/qemu-0.5.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index 141db037b429..d8b360f206db 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.6 2004/04/27 09:13:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.7 2004/04/27 21:27:12 lu_zero Exp $
+
+ 27 Apr 2004; Luca Barbato <lu_zero@gentoo.org> qemu-0.5.3.ebuild:
+ Removed the softmmu target
*qemu-0.5.3 (24 Apr 2004)
diff --git a/app-emulation/qemu/qemu-0.5.3.ebuild b/app-emulation/qemu/qemu-0.5.3.ebuild
index 1645c3330b06..8c01e0668811 100644
--- a/app-emulation/qemu/qemu-0.5.3.ebuild
+++ b/app-emulation/qemu/qemu-0.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.3.ebuild,v 1.1 2004/04/24 21:37:11 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.3.ebuild,v 1.2 2004/04/27 21:27:12 lu_zero Exp $
DESCRIPTION="Multi-platform & multi-targets dynamic translator"
SRC_URI="http://fabrice.bellard.free.fr/qemu/${P}.tar.gz"
@@ -17,7 +17,7 @@ RDEPEND=""
RESTRICT="nostrip"
-TARGET_LIST="arm-user i386-user i386-softmmu ppc-user sparc-user"
+TARGET_LIST="arm-user i386-user ppc-user sparc-user" #i386-softmmu
#RUNTIME_PATH="/emul/gnemul/"