diff options
author | 2012-12-05 21:37:29 +0000 | |
---|---|---|
committer | 2012-12-05 21:37:29 +0000 | |
commit | 63e6714b94d39e1d59df3bb9cc0f71d93653db40 (patch) | |
tree | 2ad354ce5e99a917dc26dcf579937ea35ac6da43 /app-emulation/qemu/qemu-9999.ebuild | |
parent | Make kmod optional, bug #446138. (diff) | |
download | gentoo-2-63e6714b94d39e1d59df3bb9cc0f71d93653db40.tar.gz gentoo-2-63e6714b94d39e1d59df3bb9cc0f71d93653db40.tar.bz2 gentoo-2-63e6714b94d39e1d59df3bb9cc0f71d93653db40.zip |
Fix spelling mistake found by Francisco Riera <klondike@gentoo.org>. bug #441632
(Portage version: 2.2.0_alpha144/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 a992cd617f01..c52e77525fe4 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.36 2012/12/05 15:38:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.37 2012/12/05 21:37:29 cardoe Exp $ EAPI="4" @@ -308,7 +308,7 @@ src_install() { if use qemu_softmmu_targets_x86_64 ; then dosym /usr/bin/qemu-system-x86_64 /usr/bin/qemu-kvm - ewarn "The depreciated '/usr/bin/kvm' symlink is no longer installed" + ewarn "The deprecated '/usr/bin/kvm' symlink is no longer installed" ewarn "You should use '/usr/bin/qemu-kvm', you may need to edit" ewarn "your libvirt configs or other wrappers for ${PN}" else |