profiles: Update safety net message for 17.1 to latest news item release
authorBrian Evans <grknight@gentoo.org>
Thu, 6 Jun 2019 14:02:11 +0000 (10:02 -0400)
committerBrian Evans <grknight@gentoo.org>
Thu, 6 Jun 2019 14:02:11 +0000 (10:02 -0400)
Signed-off-by: Brian Evans <grknight@gentoo.org>
profiles/default/linux/amd64/17.1/profile.bashrc

index 7019782fb8f9dd4662e22c4dee6614c3a6e9483d..d0fe8acc8be312a28fa6ca0697d8535c084b5a5c 100644 (file)
@@ -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