commit:     cfdaf60ca5b3af19dad195e0f12877e949161466
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 01:44:16 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 01:46:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdaf60c

dev-db/sqlite: Remove unneded sed expression

Upstream has removed stripping binaries by default
(https://sqlite.org/forum/forumpost/25178736314aee91) so we can remove
the sed workaround

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/sqlite/sqlite-3.49.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-db/sqlite/sqlite-3.49.0.ebuild 
b/dev-db/sqlite/sqlite-3.49.0.ebuild
index d8e44a417903..1f481b32f3df 100644
--- a/dev-db/sqlite/sqlite-3.49.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.49.0.ebuild
@@ -141,9 +141,6 @@ src_unpack() {
 }
 
 src_prepare() {
-
-       # Avoid stripping during the install phase
-       sed -i -e 's/$(INSTALL) -s /$(INSTALL) /' main.mk || die
        default
 
        multilib_copy_sources

Reply via email to