diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 09:29:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 09:29:05 +0000 |
commit | 13cd8d44cae7c7f08ba68bbc52e1329010cc0e41 (patch) | |
tree | 0afe359d74b87321c5df3f57a59e1ac2d1c3abf2 | |
parent | net-misc/youtube-dl: treeclean (diff) | |
download | gentoo-13cd8d44cae7c7f08ba68bbc52e1329010cc0e41.tar.gz gentoo-13cd8d44cae7c7f08ba68bbc52e1329010cc0e41.tar.bz2 gentoo-13cd8d44cae7c7f08ba68bbc52e1329010cc0e41.zip |
sys-power/powertop: Stabilize 2.15 x86, #896152
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-power/powertop/powertop-2.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/powertop/powertop-2.15.ebuild b/sys-power/powertop/powertop-2.15.ebuild index 680a6084cffb..ea32a130c779 100644 --- a/sys-power/powertop/powertop-2.15.ebuild +++ b/sys-power/powertop/powertop-2.15.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} flag-o-matic linux-info |