diff options
author | Sam James <sam@gentoo.org> | 2021-10-21 02:36:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-21 02:36:05 +0000 |
commit | fa06c4db0e2174a903e0f4c4df36d9e95fdde334 (patch) | |
tree | eef905ced8c9a717b7764fff8cbb2ef27f882a30 /sys-power | |
parent | app-misc/dateutils: Stabilize 0.4.8 amd64, #809425 (diff) | |
download | gentoo-fa06c4db0e2174a903e0f4c4df36d9e95fdde334.tar.gz gentoo-fa06c4db0e2174a903e0f4c4df36d9e95fdde334.tar.bz2 gentoo-fa06c4db0e2174a903e0f4c4df36d9e95fdde334.zip |
sys-power/powertop: Stabilize 2.14 amd64, #819069
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-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 378581ae5c29..0819e42ea949 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 |