Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/
Date: Sat, 28 May 2016 04:17:24
Message-Id: 1464409025.b35e449c9dfa213087991a5490293b55aa74cb27.heroxbd@gentoo
1 commit: b35e449c9dfa213087991a5490293b55aa74cb27
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 04:16:02 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 04:17:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35e449c
7
8 profiles/prefix/linux-standalone/profile.bashrc: typo.
9
10 profiles/prefix/linux-standalone/profile.bashrc | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc
14 index 37635ea..fad9d0b 100644
15 --- a/profiles/prefix/linux-standalone/profile.bashrc
16 +++ b/profiles/prefix/linux-standalone/profile.bashrc
17 @@ -2,7 +2,7 @@
18 # RAP specific patches that is pending upstream.
19 # binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593
20
21 -# Disable RAP trick using bootstrap stage2
22 +# Disable RAP trick during bootstrap stage2
23 [[ -z ${BOOTSTRAP_RAP_STAGE2} ]] || return 0
24
25 if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; then