diff options
Diffstat (limited to 'sys-power/turbostat/turbostat-9999.ebuild')
-rw-r--r-- | sys-power/turbostat/turbostat-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-power/turbostat/turbostat-9999.ebuild b/sys-power/turbostat/turbostat-9999.ebuild index 03938a2..9b35b9a 100644 --- a/sys-power/turbostat/turbostat-9999.ebuild +++ b/sys-power/turbostat/turbostat-9999.ebuild @@ -25,7 +25,8 @@ src_unpack() { } src_prepare() { - ewarn "If ${PN} fails to compile (especially due to undeclared defines), try" - ewarn "upgrading sys-kernel/linux-headers to more closely match your kernel version" + ewarn "This ebuild grabs ${PN} from your active kernel's sources!" + ewarn "In case of build failures (e.g. undeclared defines), try upgrading" + ewarn "sys-kernel/linux-headers to more closely match your kernel version" sed -i -e 's:../../../../arch/x86/include/uapi/asm/msr-index.h:asm/msr-index.h:' Makefile } |