summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-22 07:36:55 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-08-26 01:53:39 +0200
commit7315bd53c6361527f083f2ecbefaf310fe7ac066 (patch)
treeb0a70a5f9c14ede3c38e7d197e407a9a52b16ac5 /app-shells
parentnet-mail/mu: remove unused patch (diff)
downloadgentoo-7315bd53c6361527f083f2ecbefaf310fe7ac066.tar.gz
gentoo-7315bd53c6361527f083f2ecbefaf310fe7ac066.tar.bz2
gentoo-7315bd53c6361527f083f2ecbefaf310fe7ac066.zip
app-shells/starship: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/starship/files/starship-1.17.1-no-strip.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-shells/starship/files/starship-1.17.1-no-strip.patch b/app-shells/starship/files/starship-1.17.1-no-strip.patch
deleted file mode 100644
index f62be9a00f07..000000000000
--- a/app-shells/starship/files/starship-1.17.1-no-strip.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From d8f0a355fa04dc0ba1874c3e549ac962c578efd1 Mon Sep 17 00:00:00 2001
-From: Randy Barlow <randy@electronsweatshop.com>
-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 <randy@electronsweatshop.com>
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index fb9e0a39..b2a38a6d 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -46,7 +46,7 @@
- [profile.release]
- lto = true
- codegen-units = 1
--strip = true
-+strip = false
-
- [[bin]]
- name = "starship"
---
-2.43.0
-