commit:     5ce7c08c540bb6e9fd940b2b0df715c80ecda098
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 09:53:14 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 09:56:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce7c08c

dev-libs/hiredis: remove unused sed

The sed does nothing because the pattern no longer exists in the
Makefile, it was removed in commit [1].

[1] 
https://github.com/redis/hiredis/commit/2cb203c1e99441172052f63afedd501ee2cedb65

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-libs/hiredis/hiredis-1.2.0.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dev-libs/hiredis/hiredis-1.2.0.ebuild 
b/dev-libs/hiredis/hiredis-1.2.0.ebuild
index 270f776b8fb1..6c1b7be7b083 100644
--- a/dev-libs/hiredis/hiredis-1.2.0.ebuild
+++ b/dev-libs/hiredis/hiredis-1.2.0.ebuild
@@ -30,13 +30,6 @@ PATCHES=(
        "${FILESDIR}"/${PN}-1.1.0-disable-network-tests.patch
 )
 
-src_prepare() {
-       default
-
-       # use GNU ld syntax on Solaris
-       sed -i -e '/DYLIB_MAKE_CMD=.* -G/d' Makefile || die
-}
-
 _build() {
        emake \
                AR="$(tc-getAR)" \

Reply via email to