diff options
author | Sam James <sam@gentoo.org> | 2021-10-27 05:10:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-27 05:10:50 +0100 |
commit | 744f4776336387bbc12d29f48b8279e62f7bdfc3 (patch) | |
tree | 4af4aa729d9abdbf8fe80c85b57e1ce071eac160 /sys-power/powertop | |
parent | dev-python/hiredis: revbump for dependency change (diff) | |
download | gentoo-744f4776336387bbc12d29f48b8279e62f7bdfc3.tar.gz gentoo-744f4776336387bbc12d29f48b8279e62f7bdfc3.tar.bz2 gentoo-744f4776336387bbc12d29f48b8279e62f7bdfc3.zip |
sys-power/powertop: Stabilize 2.14 arm, #819069
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power/powertop')
-rw-r--r-- | sys-power/powertop/powertop-2.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/powertop/powertop-2.14.ebuild b/sys-power/powertop/powertop-2.14.ebuild index 028d79bd7b84..824c7e799309 100644 --- a/sys-power/powertop/powertop-2.14.ebuild +++ b/sys-power/powertop/powertop-2.14.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux" fi inherit autotools ${GIT_ECLASS} linux-info |