Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux/x86/
Date: Thu, 07 Jan 2021 20:11:06
Message-Id: 1610050256.a1efcd42dd340551354666bdd704e030145b652e.grobian@gentoo
1 commit: a1efcd42dd340551354666bdd704e030145b652e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 20:06:50 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 20:10:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1efcd42
7
8 profiles/prefix/linux/x86: drop profile.bashrc
9
10 SYMLINK_LIB is going away (if it isn't yet), a 32-bootstrap on 64-host
11 needs help from bootstrap-prefix.sh to succeed.
12
13 Closes: https://bugs.gentoo.org/640186
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 profiles/prefix/linux/x86/profile.bashrc | 12 ------------
17 1 file changed, 12 deletions(-)
18
19 diff --git a/profiles/prefix/linux/x86/profile.bashrc b/profiles/prefix/linux/x86/profile.bashrc
20 deleted file mode 100644
21 index 5e3242d8ff4..00000000000
22 --- a/profiles/prefix/linux/x86/profile.bashrc
23 +++ /dev/null
24 @@ -1,12 +0,0 @@
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 -
27 -# When x86-linux runs on an amd64 host having /lib32,
28 -# we need to have binutils to search there too (#360197).
29 -# The patches to do so are applied upon SYMLINK_LIB=yes,
30 -# needed when /lib32 is (a symlink to) an existing directory.
31 -if [[ ${CATEGORY}/${PN} = sys-devel/binutils ]] \
32 -&& [[ ${EBUILD_PHASE} == setup ]] \
33 -&& [[ -d ${ROOT}lib32/. ]] \
34 -; then
35 - export SYMLINK_LIB=yes
36 -fi