commit:     98757de8de1bb05b167b61494fafef62e66b7c4d
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 12:20:00 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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

Reply via email to