From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9A46158043 for ; Fri, 19 Apr 2024 09:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3133AE29EE; Fri, 19 Apr 2024 09:57:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15FB0E29EE for ; Fri, 19 Apr 2024 09:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 406D5343462 for ; Fri, 19 Apr 2024 09:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE19F15B0 for ; Fri, 19 Apr 2024 09:57:10 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1713520618.5ce7c08c540bb6e9fd940b2b0df715c80ecda098.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hiredis/hiredis-1.2.0.ebuild X-VCS-Directories: dev-libs/hiredis/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 5ce7c08c540bb6e9fd940b2b0df715c80ecda098 X-VCS-Branch: master Date: Fri, 19 Apr 2024 09:57:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40db1df2-6de0-45d9-a9ae-d5a2266a2e82 X-Archives-Hash: a0a96b83c4857fa4135d0fa4131ddf82 commit: 5ce7c08c540bb6e9fd940b2b0df715c80ecda098 Author: Petr Vaněk gentoo org> AuthorDate: Fri Apr 19 09:53:14 2024 +0000 Commit: Petr Vaněk gentoo 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 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)" \