From 3f96fab1d46b9d0795ae70764fc22935bfcdb98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Nizio?= Date: Mon, 7 Jan 2019 18:55:36 +0100 Subject: [PATCH] intel/env: add a message about eselect for dev-lang/python:3 --- conf/intel/portage/env/dev-lang/python | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/conf/intel/portage/env/dev-lang/python b/conf/intel/portage/env/dev-lang/python index 27cae240..31dc5ed2 100644 --- a/conf/intel/portage/env/dev-lang/python +++ b/conf/intel/portage/env/dev-lang/python @@ -5,3 +5,19 @@ echo "* Disabling PIE as per bug 3599" GCC_SPECS=$(gcc-config -L | cut -d":" -f1)/hardenednopiessp.specs echo "* Setting GCC_SPECS to ${GCC_SPECS}" export GCC_SPECS + +if [ "${EBUILD_PHASE}" = "install" ]; then + elog + elog "Entropy administration information:" + elog + elog "~~~ READ THIS CAREFULLY ~~~" + elog "if you are bumping dev-lang/python:3" + elog "to the latest \"minor\" revision:" + elog "make sure that new Python 3 is selected" + elog + elog "one way is bumping app-misc/sabayon-version" + elog "(or replicating that eselect command)" + elog + elog "~~~ READ THIS CAREFULLY ~~~" + elog +fi