summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2016-01-20 20:41:36 +0100
committerhaarp <main.haarp@gmail.com>2016-01-20 20:41:36 +0100
commit0da3a0eadc137b43dfd2e4f0ed66f6892ed664af (patch)
tree51e6e225014fee7c8d3e67a102bc581b14030b22 /sys-power
parentAdd lastpass-cli 0.5.1 (Gentoo has 0.5) for fixed certificate (diff)
downloadhaarp-0da3a0eadc137b43dfd2e4f0ed66f6892ed664af.tar.gz
haarp-0da3a0eadc137b43dfd2e4f0ed66f6892ed664af.tar.bz2
haarp-0da3a0eadc137b43dfd2e4f0ed66f6892ed664af.zip
turbostat: msr-index.h path has changed in the kernel, adjust it
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/turbostat/Manifest2
-rw-r--r--sys-power/turbostat/turbostat-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/turbostat/Manifest b/sys-power/turbostat/Manifest
index 9a249e3..d98ce41 100644
--- a/sys-power/turbostat/Manifest
+++ b/sys-power/turbostat/Manifest
@@ -1 +1 @@
-EBUILD turbostat-9999.ebuild 871 SHA256 f1b6ab1d6efe7ae7461ed565042e347b394acf67a171d5ec9f4f3555a77250c8 SHA512 f650ea963bfe24ad9548f9e91f149a73f96b2dc6a3d94970c3d15989dd16ec56c944ebfe878b0899e109c936e272c46e23e902a94613e1ebba4c799afe560195 WHIRLPOOL 715735852f0381ce6ff951dd469a4b4d4df58b2c0ba66eeffe20e8317d9f24cc23b33e2baed4b61043dd5dccc2c8954836ad3286d5571f64c076964b90e49597
+EBUILD turbostat-9999.ebuild 866 SHA256 4976973ea9d31b6eb35e7e2a6bc421838f6d45f6556cd7e34ebb594504e4f688 SHA512 91f6f965b5d102fa174c5fd4729316b1d0ff7385544a50c37b6fd2e0027c5f63c658cb6f42e472e6f85f18c2f2c266be4116d2ae4cbb74e675a5666f7bba869e WHIRLPOOL 18f45c2811ec33a9e732d15d1cadf8e451c577aefd024c2841a805fe401e6b6cffe09a0418baebcf1556144e7c791fed8fc0cd3ddf9b681d3d87205047213fe3
diff --git a/sys-power/turbostat/turbostat-9999.ebuild b/sys-power/turbostat/turbostat-9999.ebuild
index 9b35b9a..ff93f19 100644
--- a/sys-power/turbostat/turbostat-9999.ebuild
+++ b/sys-power/turbostat/turbostat-9999.ebuild
@@ -28,5 +28,5 @@ src_prepare() {
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
+ sed -i -e 's:../../../../arch/x86/include/asm/msr-index.h:asm/msr-index.h:' Makefile
}