diff options
author | 2023-09-26 19:56:20 +0200 | |
---|---|---|
committer | 2023-10-04 23:43:44 +0200 | |
commit | 4f51e24469b5c83b75232f799913ada6f161e9d4 (patch) | |
tree | f891382c7a97420ae8b41b77b65cfef008c6aa30 /app-shells | |
parent | sys-cluster/kube-scheduler: remove unused patch (diff) | |
download | gentoo-4f51e24469b5c83b75232f799913ada6f161e9d4.tar.gz gentoo-4f51e24469b5c83b75232f799913ada6f161e9d4.tar.bz2 gentoo-4f51e24469b5c83b75232f799913ada6f161e9d4.zip |
app-shells/starship: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33067
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/starship/files/starship-1.10.3-no-strip.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-shells/starship/files/starship-1.10.3-no-strip.patch b/app-shells/starship/files/starship-1.10.3-no-strip.patch deleted file mode 100644 index f5a548f04a47..000000000000 --- a/app-shells/starship/files/starship-1.10.3-no-strip.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 637ef935b0a4f60524a0c0ce034317f2dee04b78 Mon Sep 17 00:00:00 2001 -From: Randy Barlow <randy@electronsweatshop.com> -Date: Sat, 1 Oct 2022 13:52:53 -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 | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/Cargo.toml b/Cargo.toml -index 2fccbe11..4595c33f 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -123,7 +123,6 @@ tempfile = "3.2.0" - [profile.release] - codegen-units = 1 - lto = true --strip = true - - [[bin]] - name = "starship" --- -2.37.3 - |