Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Sat, 01 Jan 2022 20:08:04
Message-Id: 1641067636.7137223546dcb97fa22838572de154cccb752413.soap@gentoo
1 commit: 7137223546dcb97fa22838572de154cccb752413
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:16 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71372235
7
8 net-misc/wget: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/wget/wget-1.21.1.ebuild | 3 +--
13 net-misc/wget/wget-1.21.2.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild
17 index dfd4fce484b8..ff776758c918 100644
18 --- a/net-misc/wget/wget-1.21.1.ebuild
19 +++ b/net-misc/wget/wget-1.21.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -61,7 +61,6 @@ src_prepare() {
27 # revert some hack that breaks linking, bug #585924
28 if [[ ${CHOST} == *-darwin* ]] \
29 || [[ ${CHOST} == *-solaris* ]] \
30 - || [[ ${CHOST} == *-uclibc* ]] \
31 || [[ ${CHOST} == *-cygwin* ]] \
32 ; then
33 sed -i \
34
35 diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
36 index 27f69c718b3b..50468f6320a7 100644
37 --- a/net-misc/wget/wget-1.21.2.ebuild
38 +++ b/net-misc/wget/wget-1.21.2.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 @@ -61,7 +61,6 @@ src_prepare() {
46 # revert some hack that breaks linking, bug #585924
47 if [[ ${CHOST} == *-darwin* ]] \
48 || [[ ${CHOST} == *-solaris* ]] \
49 - || [[ ${CHOST} == *-uclibc* ]] \
50 || [[ ${CHOST} == *-cygwin* ]] \
51 ; then
52 sed -i \