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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98200139347 for ; Sat, 24 Jul 2021 05:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF28EE0A5A; Sat, 24 Jul 2021 05:42:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B518FE0996 for ; Sat, 24 Jul 2021 05:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97D22342C42 for ; Sat, 24 Jul 2021 05:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D0537DC for ; Sat, 24 Jul 2021 05:42:16 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1627105190.9bf946cc09a069a9a8453b6a2c8c6b86dbd41433.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bottom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bottom/bottom-0.6.3.ebuild X-VCS-Directories: sys-process/bottom/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9bf946cc09a069a9a8453b6a2c8c6b86dbd41433 X-VCS-Branch: master Date: Sat, 24 Jul 2021 05:42:16 +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: 984d6a07-f0b6-47d5-8f77-4e68f5515af2 X-Archives-Hash: be2811f14310c2b2d4485adc19713182 commit: 9bf946cc09a069a9a8453b6a2c8c6b86dbd41433 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 24 05:34:52 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 24 05:39:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf946cc sys-process/bottom: don't enable debugging deatures Signed-off-by: Georgy Yakovlev gentoo.org> sys-process/bottom/bottom-0.6.3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-process/bottom/bottom-0.6.3.ebuild b/sys-process/bottom/bottom-0.6.3.ebuild index 5a268f8904e..b23fefb6da4 100644 --- a/sys-process/bottom/bottom-0.6.3.ebuild +++ b/sys-process/bottom/bottom-0.6.3.ebuild @@ -186,6 +186,12 @@ KEYWORDS="~amd64" # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings QA_FLAGS_IGNORED="usr/bin/btm" +src_configure() { + # https://github.com/ClementTsang/bottom/blob/bacaca5548c2b23d261ef961ee6584b609529567/Cargo.toml#L63 + # fern and log features are for debugging only, so disable default features + cargo_src_configure $(usev !debug --no-default-features) +} + src_install() { cargo_src_install