Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/firecracker/
Date: Sat, 29 Aug 2020 08:17:22
Message-Id: 1598689035.7a918d0daba55e740540a7dd5190e7c5c98b609b.zlogene@gentoo
1 commit: 7a918d0daba55e740540a7dd5190e7c5c98b609b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 08:12:45 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 08:17:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a918d0d
7
8 app-emulation/firecracker: Ignore all flags
9
10 Closes: https://bugs.gentoo.org/726564
11 Closes: https://bugs.gentoo.org/728024
12
13 Package-Manager: Portage-2.3.103, Repoman-2.3.23
14 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
15
16 app-emulation/firecracker/firecracker-0.21.1-r1.ebuild | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/app-emulation/firecracker/firecracker-0.21.1-r1.ebuild b/app-emulation/firecracker/firecracker-0.21.1-r1.ebuild
20 index b79e1177b8b..da29ed53e5a 100644
21 --- a/app-emulation/firecracker/firecracker-0.21.1-r1.ebuild
22 +++ b/app-emulation/firecracker/firecracker-0.21.1-r1.ebuild
23 @@ -55,6 +55,8 @@ RESTRICT="test"
24
25 BDEPEND="acct-group/kvm"
26
27 +QA_FLAGS_IGNORED='.*'
28 +
29 set_target_arch() {
30 case "$(tc-arch)" in
31 amd64) target_arch=x86_64 ;;
32 @@ -67,7 +69,7 @@ pkg_setup() {
33 if ! linux_config_exists; then
34 eerror "Unable to check your kernel for KVM support"
35 else
36 - CONFIG_CHECK+=" ~KVM_AMD" || \
37 + CONFIG_CHECK+=" ~KVM_AMD" || \
38 CONFIG_CHECK+=" ~KVM_INTEL"
39 ERROR_KVM="${P} requires KVM in-kernel support."
40 fi