[portage] add env hook for sys-boot/grub (warn about GCC versions)
This commit is contained in:
parent
d8327ad90c
commit
0fe549a9d5
11
conf/intel/portage/env/sys-boot/grub
vendored
Normal file
11
conf/intel/portage/env/sys-boot/grub
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user