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 5F8AA15808B for ; Wed, 16 Mar 2022 08:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7FDAE0848; Wed, 16 Mar 2022 08:10:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CB70E0848 for ; Wed, 16 Mar 2022 08:10:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F9FF3435A3 for ; Wed, 16 Mar 2022 08:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEEF62D7 for ; Wed, 16 Mar 2022 08:10:44 +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: <1647418211.129a28a4e2f2ccdadb45ce6e639901eed35ecb32.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/broot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/broot/broot-1.9.4.ebuild X-VCS-Directories: app-misc/broot/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 129a28a4e2f2ccdadb45ce6e639901eed35ecb32 X-VCS-Branch: master Date: Wed, 16 Mar 2022 08:10:44 +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: 8e603a97-4097-460d-9c5d-ccd91a1ad993 X-Archives-Hash: a75dc312d51c16fc2364d913e8f39e85 commit: 129a28a4e2f2ccdadb45ce6e639901eed35ecb32 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Mar 16 07:58:25 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Mar 16 08:10:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129a28a4 app-misc/broot: disable stripping with release profile Missed this due to doing most testing with USE=debug (faster compilation), unfortunately this still requires >=rust-1.59 for non-nightly unless go with modifying the Cargo.toml which doesn't feel worth it on the long run. Bug: https://bugs.gentoo.org/835395 Closes: https://bugs.gentoo.org/835400 Signed-off-by: Ionen Wolkens gentoo.org> app-misc/broot/broot-1.9.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/broot/broot-1.9.4.ebuild b/app-misc/broot/broot-1.9.4.ebuild index c0f53d29eed8..d6400d4a9527 100644 --- a/app-misc/broot/broot-1.9.4.ebuild +++ b/app-misc/broot/broot-1.9.4.ebuild @@ -237,6 +237,7 @@ BDEPEND=">=virtual/rust-1.59" QA_FLAGS_IGNORED="usr/bin/${PN}" src_configure() { + export RUSTFLAGS="-Cstrip=none ${RUSTFLAGS}" #835400 local myfeatures=( $(usev X clipboard) ) cargo_src_configure --no-default-features