summaryrefslogtreecommitdiff
path: root/profiles/default/linux/amd64
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-08 09:04:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-08 09:04:53 +0100
commit73c318acdaf6f8309d68bd266051e6dd1f1bd787 (patch)
tree2878053f3e7faed19a1f82c733d3bd29df69991e /profiles/default/linux/amd64
parent2018227e9344edb9da15fc6a4a8298086cc2aa77 (diff)
gentoo resync : 08.06.2019
Diffstat (limited to 'profiles/default/linux/amd64')
-rw-r--r--profiles/default/linux/amd64/17.1/profile.bashrc2
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