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 48AAC15800A for ; Sat, 19 Aug 2023 04:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 859C22BC013; Sat, 19 Aug 2023 04:39:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 687922BC013 for ; Sat, 19 Aug 2023 04:39:36 +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 9255933BEB2 for ; Sat, 19 Aug 2023 04:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F966FAE for ; Sat, 19 Aug 2023 04:39:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1692419920.e18e4412818bcffa768a1a8df4c100f3c6288b6f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib/zlib-1.3-r1.ebuild X-VCS-Directories: sys-libs/zlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e18e4412818bcffa768a1a8df4c100f3c6288b6f X-VCS-Branch: master Date: Sat, 19 Aug 2023 04:39:34 +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: d472a736-93a1-4f50-8367-378910970755 X-Archives-Hash: 098ae2a2fe9f61948cfb81496dc880b8 commit: e18e4412818bcffa768a1a8df4c100f3c6288b6f Author: Sam James gentoo org> AuthorDate: Sat Aug 19 04:38:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 19 04:38:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18e4412 sys-libs/zlib: drop sed_macros call Fixes: 491bf8bd3ef621da49b168736a04f23aa4c7719c Signed-off-by: Sam James gentoo.org> sys-libs/zlib/zlib-1.3-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-libs/zlib/zlib-1.3-r1.ebuild b/sys-libs/zlib/zlib-1.3-r1.ebuild index 22051ef75784..e20d5e67354b 100644 --- a/sys-libs/zlib/zlib-1.3-r1.ebuild +++ b/sys-libs/zlib/zlib-1.3-r1.ebuild @@ -152,11 +152,8 @@ multilib_src_install() { ;; esac - sed_macros "${ED}"/usr/include/*.h - if use minizip ; then emake -C contrib/minizip install DESTDIR="${D}" - sed_macros "${ED}"/usr/include/minizip/*.h # This might not exist if slibtool is used. # bug #816756