From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1557795-garchives=archives.gentoo.org@lists.gentoo.org>
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 944F0158089
	for <garchives@archives.gentoo.org>; Wed, 27 Sep 2023 03:45:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9F9362BC01E;
	Wed, 27 Sep 2023 03:45:15 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 857792BC01E
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2023 03:45:15 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B4A61335CDF
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2023 03:45:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C5001248
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2023 03:45:13 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1695786280.ee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/bat/bat-0.23.0.ebuild
X-VCS-Directories: sys-apps/bat/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b
X-VCS-Branch: master
Date: Wed, 27 Sep 2023 03:45:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dec65f43-6534-4d7b-a662-f5c0b353da58
X-Archives-Hash: f820d8950219c55e8ebc6160d5b939f6

commit:     ee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Sep 27 03:23:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 03:44:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9ad84b

sys-apps/bat: do not pre-strip executable

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/bat/bat-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/bat/bat-0.23.0.ebuild b/sys-apps/bat/bat-0.23.0.ebuild
index 72bfc7929ad1..9f77fc749659 100644
--- a/sys-apps/bat/bat-0.23.0.ebuild
+++ b/sys-apps/bat/bat-0.23.0.ebuild
@@ -198,12 +198,12 @@ RDEPEND="${DEPEND}
 DOCS=( README.md CHANGELOG.md doc/alternatives.md )
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
-QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
 
 src_configure() {
 	export RUSTONIG_SYSTEM_LIBONIG=1
 	export LIBGIT2_SYS_USE_PKG_CONFIG=1
 	export PKG_CONFIG_ALLOW_CROSS=1
+	sed -i -e 's/strip = true/strip = false/g' Cargo.toml || die
 }
 
 src_install() {