diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-05-17 15:29:36 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-05-17 15:29:36 +0000 |
commit | f8c981ad3e6ae1a8843b4af94aee75f4628ac9f7 (patch) | |
tree | 2dbd4a09d9a510c1cefd024780bb3d2b5757eb72 /app-emulation/qemu | |
parent | Changed app-text/tetex to virtual/tetex. (Manifest recommit) (diff) | |
download | gentoo-2-f8c981ad3e6ae1a8843b4af94aee75f4628ac9f7.tar.gz gentoo-2-f8c981ad3e6ae1a8843b4af94aee75f4628ac9f7.tar.bz2 gentoo-2-f8c981ad3e6ae1a8843b4af94aee75f4628ac9f7.zip |
Added the i386 target
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-0.5.5.ebuild b/app-emulation/qemu/qemu-0.5.5.ebuild index 2831859bb5ff..d36740b01b55 100644 --- a/app-emulation/qemu/qemu-0.5.5.ebuild +++ b/app-emulation/qemu/qemu-0.5.5.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.5.ebuild,v 1.1 2004/05/08 22:28:02 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.5.ebuild,v 1.2 2004/05/17 15:29:36 lu_zero Exp $ inherit eutils @@ -19,7 +19,7 @@ RDEPEND="" RESTRICT="nostrip" -TARGET_LIST="arm-user i386-user ppc-user sparc-user" #i386-softmmu ppc-softmmu +TARGET_LIST="i386 arm-user i386-user ppc-user sparc-user" #i386-softmmu ppc-softmmu use softmmu && TARGET_LIST="${TARGET_LIST} i386-softmmu ppc-softmmu" #RUNTIME_PATH="/emul/gnemul/" |