commit: b35e449c9dfa213087991a5490293b55aa74cb27 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sat May 28 04:16:02 2016 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sat May 28 04:17:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35e449c
profiles/prefix/linux-standalone/profile.bashrc: typo. profiles/prefix/linux-standalone/profile.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index 37635ea..fad9d0b 100644 --- a/profiles/prefix/linux-standalone/profile.bashrc +++ b/profiles/prefix/linux-standalone/profile.bashrc @@ -2,7 +2,7 @@ # RAP specific patches that is pending upstream. # binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593 -# Disable RAP trick using bootstrap stage2 +# Disable RAP trick during bootstrap stage2 [[ -z ${BOOTSTRAP_RAP_STAGE2} ]] || return 0 if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; then
