Diff cpupower-5.18 with a cpupower-6.2
/usr/portage/sys-power/cpupower/cpupower-6.2.ebuild 2023-10-09 14:52:35.568368503 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Shows and sets processor power related values" |
9 | 9 |
HOMEPAGE="https://www.kernel.org/" |
10 |
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz" |
|
10 |
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" |
|
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0/0" |
14 |
KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" |
|
15 | 15 |
IUSE="nls" |
16 | 16 | |
17 | 17 |
# File collision w/ headers of the deprecated cpufrequtils |
... | ... | |
24 | 24 |
"${FILESDIR}/cpupower-5.4-cflags.patch" |
25 | 25 |
) |
26 | 26 | |
27 |
S="${WORKDIR}/linux-${PV}" |
|
28 | ||
29 | 27 |
src_configure() { |
30 | 28 |
export bindir="${EPREFIX}/usr/bin" |
31 | 29 |
export sbindir="${EPREFIX}/usr/sbin" |
... | ... | |
45 | 43 |
AR="$(tc-getAR)" |
46 | 44 |
CC="$(tc-getCC)" |
47 | 45 |
LD="$(tc-getCC)" |
48 |
VERSION=${PV} |
|
49 | 46 |
) |
50 | 47 |
emake -C tools/power/cpupower "${myemakeargs[@]}" |
51 | 48 |
} |