diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-05 23:58:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-05 23:58:40 +0000 |
commit | 0bdba6e2e14906ef55520ddd3b5d8204dba0a043 (patch) | |
tree | 57b2435cc45b57c0f22cd6e37b6c1a4cd4cd18c3 /app-emulation/qemu/qemu-0.11.0.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.11.0.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-0.11.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qemu/qemu-0.11.0.ebuild b/app-emulation/qemu/qemu-0.11.0.ebuild index ef02b3a64e5c..368faf89fb6d 100644 --- a/app-emulation/qemu/qemu-0.11.0.ebuild +++ b/app-emulation/qemu/qemu-0.11.0.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.11.0.ebuild,v 1.5 2009/11/23 00:20:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.6 2010/01/05 23:58:40 flameeyes Exp $ EAPI="2" @@ -108,7 +108,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" |