From 0fe549a9d5fba6721d0d5ce3ad06f8b38cb17a67 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 12 Nov 2011 10:18:45 +0100 Subject: [PATCH] [portage] add env hook for sys-boot/grub (warn about GCC versions) --- conf/intel/portage/env/sys-boot/grub | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/intel/portage/env/sys-boot/grub diff --git a/conf/intel/portage/env/sys-boot/grub b/conf/intel/portage/env/sys-boot/grub new file mode 100644 index 0000000..7d277cf --- /dev/null +++ b/conf/intel/portage/env/sys-boot/grub @@ -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