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 3B23115ACFB for ; Tue, 18 Apr 2023 19:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 638BCE088F; Tue, 18 Apr 2023 19:40:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4FADAE088F for ; Tue, 18 Apr 2023 19:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7EBDB340C24 for ; Tue, 18 Apr 2023 19:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B015A3D for ; Tue, 18 Apr 2023 19:40:46 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1681846837.160f6b8c1cc42e59f0e861d823a456404f94873a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-hypervisor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild X-VCS-Directories: app-emulation/cloud-hypervisor/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 160f6b8c1cc42e59f0e861d823a456404f94873a X-VCS-Branch: master Date: Tue, 18 Apr 2023 19:40:46 +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: 38ec1d2d-05c2-49b0-819c-1bac93e80c83 X-Archives-Hash: 087ec207be8bc3b5a423a44f62e0dc00 commit: 160f6b8c1cc42e59f0e861d823a456404f94873a Author: Jakov Smolić gentoo org> AuthorDate: Tue Apr 18 19:40:29 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Apr 18 19:40:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160f6b8c app-emulation/cloud-hypervisor: Don't pre-strip binaries in 9999 too Signed-off-by: Jakov Smolić gentoo.org> app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild b/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild index 6c91b3be8c24..0a16a6d61d60 100644 --- a/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild +++ b/app-emulation/cloud-hypervisor/cloud-hypervisor-9999.ebuild @@ -23,6 +23,11 @@ src_unpack() { cargo_live_src_unpack } +src_prepare() { + default + sed -i 's/strip = true/strip = false/' Cargo.toml || die +} + src_configure() { cargo_gen_config cargo_src_configure --frozen