diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 12:01:46 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 12:01:46 +0200 |
commit | bc94fa418b6116b79d4b8354ca22303f224e4698 (patch) | |
tree | 29525ed8d3148c34be5eb0c4a53a3ae7dd8c2f81 /sys-power/powertop | |
parent | sys-power/thermald: x86 stable wrt bug #737482 (diff) | |
download | gentoo-bc94fa418b6116b79d4b8354ca22303f224e4698.tar.gz gentoo-bc94fa418b6116b79d4b8354ca22303f224e4698.tar.bz2 gentoo-bc94fa418b6116b79d4b8354ca22303f224e4698.zip |
sys-power/powertop: x86 stable wrt bug #737484
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-power/powertop')
-rw-r--r-- | sys-power/powertop/powertop-2.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/powertop/powertop-2.13.ebuild b/sys-power/powertop/powertop-2.13.ebuild index d8714bcf2e05..4b0787875d91 100644 --- a/sys-power/powertop/powertop-2.13.ebuild +++ b/sys-power/powertop/powertop-2.13.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 |