Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Sun, 16 Jan 2022 12:20:36
Message-Id: 1642335626.50fa2ae3bb1d0971475f296f1840fa3f9a9c9bd5.grobian@gentoo
1 commit: 50fa2ae3bb1d0971475f296f1840fa3f9a9c9bd5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 12:17:23 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 12:20:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fa2ae3
7
8 net-misc/wget-1.21.2: drop darwin fix (now in profile)
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 net-misc/wget/wget-1.21.2.ebuild | 8 --------
14 1 file changed, 8 deletions(-)
15
16 diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
17 index 63faba88832d..88a127f8983f 100644
18 --- a/net-misc/wget/wget-1.21.2.ebuild
19 +++ b/net-misc/wget/wget-1.21.2.ebuild
20 @@ -67,14 +67,6 @@ src_prepare() {
21 -e 's/^ LIBICONV=$/:/' \
22 configure || die
23 fi
24 -
25 - if [[ ${CHOST} == *-darwin* && ${CHOST##*-darwin} -le 17 ]] ; then
26 - # Fix older Darwin inline definition problem
27 - # fixed upstream
28 - # https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=29d79d473f52b0ec58f50c95ef782c66fc0ead21
29 - sed -i -e '/define _GL_EXTERN_INLINE_STDHEADER_BUG/s/_BUG/_DISABLE/' \
30 - src/config.h.in || die
31 - fi
32 }
33
34 src_configure() {