diff options
author | 2010-06-30 21:46:32 +0000 | |
---|---|---|
committer | 2010-06-30 21:46:32 +0000 | |
commit | b9de7fbc93a9e890570e7eb411b2de6afbda3aa5 (patch) | |
tree | 85d6f78e0afd6ff2ef9effad957f68a2cbd14708 /app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild | |
parent | rename unrar-gpl binary from unrar to unrar-gpl to avoid confusion. (diff) | |
download | gentoo-2-b9de7fbc93a9e890570e7eb411b2de6afbda3aa5.tar.gz gentoo-2-b9de7fbc93a9e890570e7eb411b2de6afbda3aa5.tar.bz2 gentoo-2-b9de7fbc93a9e890570e7eb411b2de6afbda3aa5.zip |
Fix quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild')
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild index 7a61f2a38f97..bba23d8b94fd 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.12.4-r1.ebuild,v 1.1 2010/06/15 18:41:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild,v 1.2 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -180,8 +180,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="${audio_opts}" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getBUILD_CC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ || die "configure failed" # this is for qemu upstream's threaded support which is |