Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Thu, 16 Jul 2020 12:59:40
Message-Id: 1594904365.2390bfde5430410563df62cccb5725ea591a9abd.juippis@gentoo
1 commit: 2390bfde5430410563df62cccb5725ea591a9abd
2 Author: Francesco Turco <mail <AT> fturco <DOT> net>
3 AuthorDate: Thu Jul 16 08:41:32 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 12:59:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2390bfde
7
8 app-emulation/qemu: fix eerror typo
9
10 Signed-off-by: Francesco Turco <mail <AT> fturco.net>
11 Closes: https://github.com/gentoo/gentoo/pull/16714
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-emulation/qemu/qemu-5.0.0-r1.ebuild | 2 +-
15 app-emulation/qemu/qemu-5.0.0-r2.ebuild | 2 +-
16 app-emulation/qemu/qemu-5.0.0.ebuild | 2 +-
17 app-emulation/qemu/qemu-9999.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/app-emulation/qemu/qemu-5.0.0-r1.ebuild b/app-emulation/qemu/qemu-5.0.0-r1.ebuild
21 index 0cfa9836a83..9329dfb0fdc 100644
22 --- a/app-emulation/qemu/qemu-5.0.0-r1.ebuild
23 +++ b/app-emulation/qemu/qemu-5.0.0-r1.ebuild
24 @@ -281,7 +281,7 @@ For systemd:
25
26 pkg_pretend() {
27 if use kernel_linux && kernel_is lt 2 6 25; then
28 - eerror "This version of KVM requres a host kernel of 2.6.25 or higher."
29 + eerror "This version of KVM requires a host kernel of 2.6.25 or higher."
30 elif use kernel_linux; then
31 if ! linux_config_exists; then
32 eerror "Unable to check your kernel for KVM support"
33
34 diff --git a/app-emulation/qemu/qemu-5.0.0-r2.ebuild b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
35 index dd30807e985..745a99669b8 100644
36 --- a/app-emulation/qemu/qemu-5.0.0-r2.ebuild
37 +++ b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
38 @@ -282,7 +282,7 @@ For systemd:
39
40 pkg_pretend() {
41 if use kernel_linux && kernel_is lt 2 6 25; then
42 - eerror "This version of KVM requres a host kernel of 2.6.25 or higher."
43 + eerror "This version of KVM requires a host kernel of 2.6.25 or higher."
44 elif use kernel_linux; then
45 if ! linux_config_exists; then
46 eerror "Unable to check your kernel for KVM support"
47
48 diff --git a/app-emulation/qemu/qemu-5.0.0.ebuild b/app-emulation/qemu/qemu-5.0.0.ebuild
49 index 31bb16d7313..e9a2dceb35a 100644
50 --- a/app-emulation/qemu/qemu-5.0.0.ebuild
51 +++ b/app-emulation/qemu/qemu-5.0.0.ebuild
52 @@ -280,7 +280,7 @@ For systemd:
53
54 pkg_pretend() {
55 if use kernel_linux && kernel_is lt 2 6 25; then
56 - eerror "This version of KVM requres a host kernel of 2.6.25 or higher."
57 + eerror "This version of KVM requires a host kernel of 2.6.25 or higher."
58 elif use kernel_linux; then
59 if ! linux_config_exists; then
60 eerror "Unable to check your kernel for KVM support"
61
62 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
63 index cf78c79fb47..f568bdfec83 100644
64 --- a/app-emulation/qemu/qemu-9999.ebuild
65 +++ b/app-emulation/qemu/qemu-9999.ebuild
66 @@ -280,7 +280,7 @@ For systemd:
67
68 pkg_pretend() {
69 if use kernel_linux && kernel_is lt 2 6 25; then
70 - eerror "This version of KVM requres a host kernel of 2.6.25 or higher."
71 + eerror "This version of KVM requires a host kernel of 2.6.25 or higher."
72 elif use kernel_linux; then
73 if ! linux_config_exists; then
74 eerror "Unable to check your kernel for KVM support"