summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/cpupower/cpupower-99999999.ebuild')
-rw-r--r--sys-power/cpupower/cpupower-99999999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-power/cpupower/cpupower-99999999.ebuild b/sys-power/cpupower/cpupower-99999999.ebuild
index b5de77ff..c73dd20c 100644
--- a/sys-power/cpupower/cpupower-99999999.ebuild
+++ b/sys-power/cpupower/cpupower-99999999.ebuild
@@ -20,15 +20,16 @@ DEPEND="${RDEPEND}
virtual/os-headers
nls? ( sys-devel/gettext )"
+KV_SRC=${KV_MAJOR}.${KV_MINOR}
+LINUX_SRC=linux-${KV_SRC}
+S="${WORKDIR}/${LINUX_SRC}"
+
PATCHES=(
"${FILESDIR}/cpupower-5.4-cflags.patch"
)
pkg_setup() {
linux-info_pkg_setup
- KV_SRC=${KV_MAJOR}.${KV_MINOR}
- LINUX_SRC=linux-${KV_SRC}
- S="${WORKDIR}/${LINUX_SRC}"
}
src_unpack() {