Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/
Date: Wed, 27 Oct 2021 04:13:11
Message-Id: 1635307850.744f4776336387bbc12d29f48b8279e62f7bdfc3.sam@gentoo
1 commit: 744f4776336387bbc12d29f48b8279e62f7bdfc3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 04:10:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 04:10:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744f4776
7
8 sys-power/powertop: Stabilize 2.14 arm, #819069
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-power/powertop/powertop-2.14.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-power/powertop/powertop-2.14.ebuild b/sys-power/powertop/powertop-2.14.ebuild
16 index 028d79bd7b8..824c7e79930 100644
17 --- a/sys-power/powertop/powertop-2.14.ebuild
18 +++ b/sys-power/powertop/powertop-2.14.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 SRC_URI=""
21 else
22 SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux"
25 fi
26
27 inherit autotools ${GIT_ECLASS} linux-info