diff options
author | Brian Evans <grknight@gentoo.org> | 2019-06-06 10:02:11 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-06-06 10:02:11 -0400 |
commit | e467d57216e121bed67896ffd16aa85a5360539d (patch) | |
tree | fd29ddf8b7d7a83eaa59481847a086b22e9e3474 /profiles | |
parent | dev-php/xdebug-client: drop old (diff) | |
download | gentoo-e467d57216e121bed67896ffd16aa85a5360539d.tar.gz gentoo-e467d57216e121bed67896ffd16aa85a5360539d.tar.bz2 gentoo-e467d57216e121bed67896ffd16aa85a5360539d.zip |
profiles: Update safety net message for 17.1 to latest news item release
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/amd64/17.1/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/linux/amd64/17.1/profile.bashrc b/profiles/default/linux/amd64/17.1/profile.bashrc index 7019782fb8f9..d0fe8acc8be3 100644 --- a/profiles/default/linux/amd64/17.1/profile.bashrc +++ b/profiles/default/linux/amd64/17.1/profile.bashrc @@ -1,7 +1,7 @@ if [[ "${EBUILD_PHASE}" == "setup" ]] ; then if [[ "$(realpath ${ROOT%/}/lib)" == "${ROOT%/}/lib64" || "$(realpath ${ROOT%/}/usr/lib)" == "${ROOT%/}/usr/lib64" ]] ; then eerror "Please follow the instructions in the news item:" - eerror "2017-12-26-experimental-amd64-17-1-profiles" + eerror "2019-06-05-amd64-17-1-profiles-are-now-stable" eerror "or choose the 17.0 profile." die "ERROR: 17.1 migration has not been performed!!" fi |