diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-26 21:28:09 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-26 21:28:09 +0200 |
commit | ba5c702478660e55979ec28ada7cd8e3716526ff (patch) | |
tree | 099f50c82228a3fec3966186a32fadf392fd36d0 /sys-power | |
parent | sys-libs/zlib-ng: Keyword 2.0.6 arm, #895718 (diff) | |
download | gentoo-ba5c702478660e55979ec28ada7cd8e3716526ff.tar.gz gentoo-ba5c702478660e55979ec28ada7cd8e3716526ff.tar.bz2 gentoo-ba5c702478660e55979ec28ada7cd8e3716526ff.zip |
sys-power/powertop: Stabilize 2.15 sparc, #896152
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-power')
-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 8d98dea2f7b2..25248074f70b 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 |