diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 09:21:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 09:21:36 +0000 |
commit | fb8fe41b3d57a93d43d309b970140f334a87380c (patch) | |
tree | d5d75fcb80269d8d1d31bb84421372e210ea376b /sys-power | |
parent | media-gfx/fontforge: Stabilize 20230101 arm, #896140 (diff) | |
download | gentoo-fb8fe41b3d57a93d43d309b970140f334a87380c.tar.gz gentoo-fb8fe41b3d57a93d43d309b970140f334a87380c.tar.bz2 gentoo-fb8fe41b3d57a93d43d309b970140f334a87380c.zip |
sys-power/powertop: Stabilize 2.15 ppc, #896152
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/powertop/powertop-2.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/powertop/powertop-2.15.ebuild b/sys-power/powertop/powertop-2.15.ebuild index 4833a907c70d..98137659dbc0 100644 --- a/sys-power/powertop/powertop-2.15.ebuild +++ b/sys-power/powertop/powertop-2.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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} flag-o-matic linux-info |