diff options
author | 2013-01-11 23:54:15 +0000 | |
---|---|---|
committer | 2013-01-11 23:54:15 +0000 | |
commit | 19968c0172953495c83330a92a2ab714cf2b2d46 (patch) | |
tree | 49d9716497a9939ebb575dec3abd0539f69c2d97 /app-emulation/qemu/qemu-9999.ebuild | |
parent | Mask qemu 1.2.0 due to keyword issues in bug #438780 (diff) | |
download | gentoo-2-19968c0172953495c83330a92a2ab714cf2b2d46.tar.gz gentoo-2-19968c0172953495c83330a92a2ab714cf2b2d46.tar.bz2 gentoo-2-19968c0172953495c83330a92a2ab714cf2b2d46.zip |
Fix bad ampersand usage.
(Portage version: 2.2.0_alpha150/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 01aa99103f99..d24ac1848c00 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.39 2013/01/10 21:04:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.40 2013/01/11 23:54:15 cardoe Exp $ EAPI="4" @@ -324,7 +324,7 @@ src_install() { dohtml qemu-doc.html qemu-tech.html || die fi - use python & dobin scripts/kvm/kvm_stat + use python && dobin scripts/kvm/kvm_stat # Avoid collision with app-emulation/libcacard use smartcard && mv "${ED}/usr/bin/vscclient" "${ED}/usr/bin/qemu-vscclient" |