intel/env: add a message about eselect for dev-lang/python:3

This commit is contained in:
Sławomir Nizio
2019-01-07 18:55:36 +01:00
parent 03d9734c27
commit 3f96fab1d4
+16
View File
@@ -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