Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 31 Jul 2020 20:44:06
Message-Id: 1596228127.f7bc577cc6dce44e3684d4106853efe5d3f74814.slyfox@gentoo
1 commit: f7bc577cc6dce44e3684d4106853efe5d3f74814
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 18:51:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 20:42:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bc577c
7
8 toolchain.eclass: drop fixheadtails.eclass use for <gcc-4.3
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 11 +----------
13 1 file changed, 1 insertion(+), 10 deletions(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 0848fb18e35..b205aeccb5c 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -7,7 +7,7 @@
20 DESCRIPTION="The GNU Compiler Collection"
21 HOMEPAGE="https://gcc.gnu.org/"
22
23 -inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs prefix
24 +inherit eutils flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs prefix
25
26 tc_is_live() {
27 [[ ${PV} == *9999* ]]
28 @@ -471,15 +471,6 @@ toolchain_src_prepare() {
29 find "${S}" -name Makefile.in \
30 -exec sed -i '/^pkgconfigdir/s:=.*:=$(toolexeclibdir)/pkgconfig:' {} +
31
32 - # No idea when this first started being fixed, but let's go with 4.3.x for now
33 - if ! tc_version_is_at_least 4.3 ; then
34 - fix_files=""
35 - for x in contrib/test_summary libstdc++-v3/scripts/check_survey.in ; do
36 - [[ -e ${x} ]] && fix_files="${fix_files} ${x}"
37 - done
38 - ht_fix_file ${fix_files} */configure *.sh */Makefile.in
39 - fi
40 -
41 setup_multilib_osdirnames
42 gcc_version_patch