diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-14 00:01:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-14 00:01:24 +0100 |
commit | 59c2499e0c9720169c9d5a02168c51c807a21467 (patch) | |
tree | 48c68a8a7e0094b2edaace12850e6c059bc3636b /app-shells/starship | |
parent | a25cc082a26782e5d39ded4559c91ff11bc3c299 (diff) |
gentoo auto-resync : 14:05:2024 - 00:01:24
Diffstat (limited to 'app-shells/starship')
-rw-r--r-- | app-shells/starship/Manifest | 1 | ||||
-rw-r--r-- | app-shells/starship/files/starship-1.16.0-no-strip.patch | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest index fa646337486f..621b90954f91 100644 --- a/app-shells/starship/Manifest +++ b/app-shells/starship/Manifest @@ -1,4 +1,3 @@ -AUX starship-1.16.0-no-strip.patch 629 BLAKE2B a4f40a1d32f192487b5d5c2c26c8863cb933bfbe410c610721cabb824b362d61993564abefc531ddaaacbaf13e6666774c10aa85e54c395e583fa5c8c36193ce SHA512 68ad5ea87ae9af8253cd11bc20759741b6d2d84571ef9257f949523bbb38132f8f42e8673dce81400b8c5e5190971f94da5cf6010063a43770b204c68adbd585 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 aho-corasick-1.1.2.crate 183136 BLAKE2B 2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa SHA512 61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c 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 <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 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 - |