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-1.1.1-r1.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-1.1.1-r1.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-1.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-1.1.1-r1.ebuild b/app-emulation/qemu/qemu-1.1.1-r1.ebuild index 9591824981b5..3e9165672e3f 100644 --- a/app-emulation/qemu/qemu-1.1.1-r1.ebuild +++ b/app-emulation/qemu/qemu-1.1.1-r1.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-1.1.1-r1.ebuild,v 1.6 2012/11/21 22:22:35 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.1-r1.ebuild,v 1.7 2012/12/05 21:37:29 cardoe Exp $ EAPI="4" @@ -325,7 +325,7 @@ src_install() { if use qemu_softmmu_targets_x86_64 ; then dobin "${FILESDIR}"/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 |