Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/
Date: Sat, 01 Jan 2022 20:08:05
Message-Id: 1641067644.329faceb6ec63be200f5fbd26a8efa6368e4e4e8.soap@gentoo
1 commit: 329faceb6ec63be200f5fbd26a8efa6368e4e4e8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:24 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329faceb
7
8 sys-devel/binutils-hppa64: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/binutils-hppa64/binutils-hppa64-2.35.2.ebuild | 9 +--------
13 sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild | 9 +--------
14 sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r1.ebuild | 9 +--------
15 sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild | 9 +--------
16 4 files changed, 4 insertions(+), 32 deletions(-)
17
18 diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.35.2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.35.2.ebuild
19 index 3da9b9ee993e..d9ffb17a0c13 100644
20 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.35.2.ebuild
21 +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.35.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -98,13 +98,6 @@ src_prepare() {
29 eapply "${WORKDIR}/patch"/*.patch
30 fi
31
32 - # This check should probably go somewhere else, like pkg_pretend.
33 - if [[ ${CTARGET} == *-uclibc* ]] ; then
34 - if grep -qs 'linux-gnu' "${S}"/ltconfig ; then
35 - die "sorry, but this binutils doesn't yet support uClibc :("
36 - fi
37 - fi
38 -
39 # Make sure our explicit libdir paths don't get clobbered. #562460
40 sed -i \
41 -e 's:@bfdlibdir@:@libdir@:g' \
42
43 diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild
44 index e1769ee1b9b8..4350678795e6 100644
45 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild
46 +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -98,13 +98,6 @@ src_prepare() {
54 eapply "${WORKDIR}/patch"/*.patch
55 fi
56
57 - # This check should probably go somewhere else, like pkg_pretend.
58 - if [[ ${CTARGET} == *-uclibc* ]] ; then
59 - if grep -qs 'linux-gnu' "${S}"/ltconfig ; then
60 - die "sorry, but this binutils doesn't yet support uClibc :("
61 - fi
62 - fi
63 -
64 # Make sure our explicit libdir paths don't get clobbered. #562460
65 sed -i \
66 -e 's:@bfdlibdir@:@libdir@:g' \
67
68 diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r1.ebuild
69 index afce858edb2a..1e073a1a806a 100644
70 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r1.ebuild
71 +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r1.ebuild
72 @@ -1,4 +1,4 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 +# Copyright 1999-2022 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2
76
77 EAPI=7
78 @@ -117,13 +117,6 @@ src_prepare() {
79 fi
80 fi
81
82 - # This check should probably go somewhere else, like pkg_pretend.
83 - if [[ ${CTARGET} == *-uclibc* ]] ; then
84 - if grep -qs 'linux-gnu' "${S}"/ltconfig ; then
85 - die "sorry, but this binutils doesn't yet support uClibc :("
86 - fi
87 - fi
88 -
89 # Make sure our explicit libdir paths don't get clobbered. #562460
90 sed -i \
91 -e 's:@bfdlibdir@:@libdir@:g' \
92
93 diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild
94 index 6532ec4e9dd8..7607479c80a1 100644
95 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild
96 +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild
97 @@ -1,4 +1,4 @@
98 -# Copyright 1999-2021 Gentoo Authors
99 +# Copyright 1999-2022 Gentoo Authors
100 # Distributed under the terms of the GNU General Public License v2
101
102 EAPI=7
103 @@ -117,13 +117,6 @@ src_prepare() {
104 fi
105 fi
106
107 - # This check should probably go somewhere else, like pkg_pretend.
108 - if [[ ${CTARGET} == *-uclibc* ]] ; then
109 - if grep -qs 'linux-gnu' "${S}"/ltconfig ; then
110 - die "sorry, but this binutils doesn't yet support uClibc :("
111 - fi
112 - fi
113 -
114 # Make sure our explicit libdir paths don't get clobbered. #562460
115 sed -i \
116 -e 's:@bfdlibdir@:@libdir@:g' \