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 168C4158087 for ; Sun, 16 Jan 2022 12:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32AA12BC005; Sun, 16 Jan 2022 12:20:35 +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 F0BDF2BC005 for ; Sun, 16 Jan 2022 12:20:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62084342F7D for ; Sun, 16 Jan 2022 12:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E1529A for ; Sun, 16 Jan 2022 12:20:31 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1642335627.98757de8de1bb05b167b61494fafef62e66b7c4d.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gzip/gzip-1.11.ebuild X-VCS-Directories: app-arch/gzip/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 98757de8de1bb05b167b61494fafef62e66b7c4d X-VCS-Branch: master Date: Sun, 16 Jan 2022 12:20:31 +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: 4f5e3251-1586-4896-8ec2-bde42b1dc8a0 X-Archives-Hash: f6d7ce6ada378e2d63fee3a948924f2d commit: 98757de8de1bb05b167b61494fafef62e66b7c4d Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 16 12:20:00 2022 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 16 12:20:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98757de8 app-arch/gzip-1.11: drop darwin fix (now in profile) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Fabian Groffen gentoo.org> app-arch/gzip/gzip-1.11.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app-arch/gzip/gzip-1.11.ebuild b/app-arch/gzip/gzip-1.11.ebuild index 1c68d7110487..0d00a0f7aad3 100644 --- a/app-arch/gzip/gzip-1.11.ebuild +++ b/app-arch/gzip/gzip-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,15 +20,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.8-install-symlinks.patch" ) -src_prepare() { - default - if [[ ${CHOST} == *darwin* && ${CHOST##*darwin} -le 17 ]] ; then - # Fix older Darwin inline definition problem - sed -i -e '/define _GL_EXTERN_INLINE_STDHEADER_BUG/s/_BUG/_DISABLE/' \ - lib/config.hin || die - fi -} - src_configure() { use static && append-flags -static # avoid text relocation in gzip