From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F31ED158087 for ; Wed, 10 Nov 2021 10:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44652BC06F; Wed, 10 Nov 2021 10:59:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BE2F2BC06F for ; Wed, 10 Nov 2021 10:59:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7105343019 for ; Wed, 10 Nov 2021 10:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 333141CC for ; Wed, 10 Nov 2021 10:59:51 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1636541865.417cd6c1aab2cfbc74f85a788973f9a484944218.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/firecracker-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild X-VCS-Directories: app-emulation/firecracker-bin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 417cd6c1aab2cfbc74f85a788973f9a484944218 X-VCS-Branch: master Date: Wed, 10 Nov 2021 10:59:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32c252fc-429f-4d5c-8519-3d0fdb5ed2df X-Archives-Hash: 4b04e8db2f500e5e5bd531b1e211ab90 commit: 417cd6c1aab2cfbc74f85a788973f9a484944218 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Nov 10 10:11:52 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Nov 10 10:57:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417cd6c1 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 gentoo.org> app-emulation/firecracker-bin/firecracker-bin-0.25.1.ebuild | 7 ++++--- 1 file 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 7c7a5f1bce4..8c6db43589a 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"