diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-26 12:00:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-26 12:00:09 +0100 |
commit | f300354de9fe5d997850456a9e1f400193e6544f (patch) | |
tree | 402fd6a7727db790bf57f683894052e8791d389e /app-shells/starship | |
parent | 5c42677148c717eb9f4673237db807f74740b4e9 (diff) |
gentoo auto-resync : 26:08:2024 - 12:00:09
Diffstat (limited to 'app-shells/starship')
-rw-r--r-- | app-shells/starship/Manifest | 1 | ||||
-rw-r--r-- | app-shells/starship/files/starship-1.17.1-no-strip.patch | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest index 6b12c29cf79e..98bcf38a1eeb 100644 --- a/app-shells/starship/Manifest +++ b/app-shells/starship/Manifest @@ -1,4 +1,3 @@ -AUX starship-1.17.1-no-strip.patch 610 BLAKE2B af72850a30774bf1b244509b3d403a17fa2f335d9d2a71c6df5dbd1dc2dccf69ac0c9775757ea19fe35ff308e521623820b1f69baf211f6a4b825aa9bcfcd975 SHA512 b15f8a869c38eb0a3304fc8d35423bc0b4168f0d3d68c600c4b020049c2b1c4f89cbf89315e38b823269169ffe3c0126a7fc376b7f4568bdd4247d3de212b301 DIST adler-1.0.2.crate 12778 BLAKE2B a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd SHA512 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 DIST ahash-0.8.11.crate 43607 BLAKE2B 7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620 SHA512 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 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 - |