diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-10 05:11:52 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-10 05:57:45 -0500 |
commit | 417cd6c1aab2cfbc74f85a788973f9a484944218 (patch) | |
tree | 436fd478379ad662e22cd3e32175f7db8eb39b4e /app-emulation/firecracker-bin | |
parent | app-emulation/firecracker-bin: Drop check for kernel VSOCK support (diff) | |
download | gentoo-417cd6c1aab2cfbc74f85a788973f9a484944218.tar.gz gentoo-417cd6c1aab2cfbc74f85a788973f9a484944218.tar.bz2 gentoo-417cd6c1aab2cfbc74f85a788973f9a484944218.zip |
app-emulation/firecracker-bin: adjust CONFIG_CHECK and QA_PREBUILT
Seems wrong line was deleted by mistake wrt CONFIG_CHECK
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/firecracker-bin')
-rw-r--r-- | app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild b/app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild index 7c7a5f1bce40..8c6db43589ab 100644 --- a/app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild +++ b/app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild @@ -24,8 +24,9 @@ RESTRICT="test strip" RDEPEND="!app-emulation/firecracker acct-group/kvm" -QA_PREBUILT="/usr/bin/firecracker - /usr/bin/jailer" +QA_PREBUILT="usr/bin/firecracker + usr/bin/jailer + usr/bin/seccompiler-bin" S="${WORKDIR}" @@ -37,7 +38,7 @@ pkg_pretend() { eerror "Unable to check your kernel for KVM support" else CONFIG_CHECK="~KVM ~TUN ~BRIDGE" - CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" ERROR_KVM_AMD+=" your kernel configuration." ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" |