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 39F541581D3 for ; Mon, 13 May 2024 18:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81FF9E2A22; Mon, 13 May 2024 18:42:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 63752E2A23 for ; Mon, 13 May 2024 18:42:20 +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 7D554340C33 for ; Mon, 13 May 2024 18:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EAA51AAB for ; Mon, 13 May 2024 18:42:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1715625730.138850890ab02b4acaef0eea99bd7cf62e6adebc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/starship/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/starship/files/starship-1.16.0-no-strip.patch X-VCS-Directories: app-shells/starship/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 138850890ab02b4acaef0eea99bd7cf62e6adebc X-VCS-Branch: master Date: Mon, 13 May 2024 18:42:18 +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: e94c1e1c-76bf-483f-8949-013ec97d7098 X-Archives-Hash: 2dfaaf11013d5662c67feba5b62c866e commit: 138850890ab02b4acaef0eea99bd7cf62e6adebc Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon May 13 16:51:36 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 13 18:42:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13885089 app-shells/starship: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> .../starship/files/starship-1.16.0-no-strip.patch | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/app-shells/starship/files/starship-1.16.0-no-strip.patch b/app-shells/starship/files/starship-1.16.0-no-strip.patch deleted file mode 100644 index f12e06d5a23d..000000000000 --- a/app-shells/starship/files/starship-1.16.0-no-strip.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 33abb516432e24e3f2b53f5c25b4e0984252a034 Mon Sep 17 00:00:00 2001 -From: Randy Barlow -Date: Wed, 12 Jul 2023 20:20:45 -0400 -Subject: [PATCH] Do not strip executable - -This should be a choice for the user. - -Signed-off-by: Randy Barlow ---- - Cargo.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Cargo.toml b/Cargo.toml -index ff0769e..c09c066 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -130,7 +130,7 @@ tempfile = "3.7.0" - [profile.release] - codegen-units = 1 - lto = true --strip = true -+strip = false - - [[bin]] - name = "starship" --- -2.41.0 -