diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-22 23:49:48 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-22 23:49:48 +0000 |
commit | 92d79113b1c4c5d0548b89165bb6370d500e9e6e (patch) | |
tree | d62bd70dc2920e8bf0e86d286bd467e045656555 /app-emulation | |
parent | Drop stale patches. (diff) | |
download | gentoo-2-92d79113b1c4c5d0548b89165bb6370d500e9e6e.tar.gz gentoo-2-92d79113b1c4c5d0548b89165bb6370d500e9e6e.tar.bz2 gentoo-2-92d79113b1c4c5d0548b89165bb6370d500e9e6e.zip |
fix bad quote
(Portage version: 2.1.7.6/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild index c625f1a6651b..34a64b89e5c3 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild,v 1.3 2009/11/22 23:32:26 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.0.ebuild,v 1.4 2009/11/22 23:49:48 cardoe Exp $ EAPI="2" @@ -121,7 +121,7 @@ src_configure() { use sdl || conf_opts="$conf_opts --disable-sdl" use vde || conf_opts="$conf_opts --disable-vde" use bluetooth || conf_opts="$conf_opts --disable-bluez" - use sasl || conf_opts='$conf_opts --disable-vnc-sasl" + use sasl || conf_opts="$conf_opts --disable-vnc-sasl" conf_opts="--disable-darwin-user --disable-bsd-user" # audio options |