diff options
author | 2010-01-05 23:58:40 +0000 | |
---|---|---|
committer | 2010-01-05 23:58:40 +0000 | |
commit | 0bdba6e2e14906ef55520ddd3b5d8204dba0a043 (patch) | |
tree | 57b2435cc45b57c0f22cd6e37b6c1a4cd4cd18c3 /app-emulation/qemu/qemu-0.10.4.ebuild | |
parent | Initial commit. (diff) | |
download | gentoo-2-0bdba6e2e14906ef55520ddd3b5d8204dba0a043.tar.gz gentoo-2-0bdba6e2e14906ef55520ddd3b5d8204dba0a043.tar.bz2 gentoo-2-0bdba6e2e14906ef55520ddd3b5d8204dba0a043.zip |
Fix trivial mistake. Closes bug #280121 by Kerin Millar.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu/qemu-0.10.4.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-0.10.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qemu/qemu-0.10.4.ebuild b/app-emulation/qemu/qemu-0.10.4.ebuild index 3fba7c92c329..6e3ed1087af2 100644 --- a/app-emulation/qemu/qemu-0.10.4.ebuild +++ b/app-emulation/qemu/qemu-0.10.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.3 2009/05/19 18:13:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -105,7 +105,7 @@ src_configure() { conf_opts="$conf_opts --enable-linux-user" else einfo "Disabling usermode emulation (no usermode targets specified)" - conf_opts="--disable-linux-user" + conf_opts="$conf_opts --disable-linux-user" fi # use fdt || conf_opts="$conf_opts --disable-fdt" |