[portage] add env hook for sys-boot/grub (warn about GCC versions)

This commit is contained in:
Fabio Erculiani 2011-11-12 10:18:45 +01:00
parent d8327ad90c
commit 0fe549a9d5
1 changed files with 11 additions and 0 deletions

11
conf/intel/portage/env/sys-boot/grub vendored Normal file
View File

@ -0,0 +1,11 @@
if [ "${EBUILD_PHASE}" = "install" ]; then
elog
elog "Entropy administration information:"
elog
elog "~~~ READ THIS CAREFULLY ~~~"
elog "if you are bumping sys-boot/grub:0"
elog "please MAKE SURE to compile it with gcc-4.4."
elog "Later GCC versions could cause runtime failures"
elog "~~~ READ THIS CAREFULLY ~~~"
elog
fi