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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3119915813A for ; Thu, 16 Jan 2025 16:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D1B3E07EA; Thu, 16 Jan 2025 16:58:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 55DC1E07EA for ; Thu, 16 Jan 2025 16:58:35 +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 9AC85342F8D for ; Thu, 16 Jan 2025 16:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E94231C for ; Thu, 16 Jan 2025 16:58:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1737046707.6681f5b54fb326f69769a98182085966e3f7aa0c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/fractal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/fractal/fractal-10_rc.ebuild X-VCS-Directories: net-im/fractal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6681f5b54fb326f69769a98182085966e3f7aa0c X-VCS-Branch: master Date: Thu, 16 Jan 2025 16:58:33 +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: 08bfd1fb-d2d7-4522-8b81-1e3abcf0853d X-Archives-Hash: cb9bf5d8e1a3d06ed6e760101cab6869 commit: 6681f5b54fb326f69769a98182085966e3f7aa0c Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 15:07:52 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 16:58:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6681f5b5 net-im/fractal: Disable upstream default params Signed-off-by: Michał Górny gentoo.org> net-im/fractal/fractal-10_rc.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/fractal/fractal-10_rc.ebuild b/net-im/fractal/fractal-10_rc.ebuild index fed258f187ea..34c61c462b8b 100644 --- a/net-im/fractal/fractal-10_rc.ebuild +++ b/net-im/fractal/fractal-10_rc.ebuild @@ -97,8 +97,9 @@ QA_FLAGS_IGNORED="usr/bin/fractal" src_prepare() { default - # upstream dev settings are insane - sed -i -e 's:profile\.dev:ignored.insanity:' Cargo.toml || die + # ignore upstream settings, they force debug symbols for release + # and disable them for dev builds + sed -i -e 's:profile\.:ignored.&:' Cargo.toml || die } src_configure() {