Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.1/
Date: Thu, 06 Jun 2019 14:02:47
Message-Id: 1559829731.e467d57216e121bed67896ffd16aa85a5360539d.grknight@gentoo
1 commit: e467d57216e121bed67896ffd16aa85a5360539d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 14:02:11 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 14:02:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e467d572
7
8 profiles: Update safety net message for 17.1 to latest news item release
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 profiles/default/linux/amd64/17.1/profile.bashrc | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/default/linux/amd64/17.1/profile.bashrc b/profiles/default/linux/amd64/17.1/profile.bashrc
16 index 7019782fb8f..d0fe8acc8be 100644
17 --- a/profiles/default/linux/amd64/17.1/profile.bashrc
18 +++ b/profiles/default/linux/amd64/17.1/profile.bashrc
19 @@ -1,7 +1,7 @@
20 if [[ "${EBUILD_PHASE}" == "setup" ]] ; then
21 if [[ "$(realpath ${ROOT%/}/lib)" == "${ROOT%/}/lib64" || "$(realpath ${ROOT%/}/usr/lib)" == "${ROOT%/}/usr/lib64" ]] ; then
22 eerror "Please follow the instructions in the news item:"
23 - eerror "2017-12-26-experimental-amd64-17-1-profiles"
24 + eerror "2019-06-05-amd64-17-1-profiles-are-now-stable"
25 eerror "or choose the 17.0 profile."
26 die "ERROR: 17.1 migration has not been performed!!"
27 fi