diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 21:35:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:58 +0000 |
commit | 1a54289d00598e4bdf6cc3bd696fb6ec8bc556a5 (patch) | |
tree | fe277ce4bed268123a107b233c327032ff7cfeec /mate-extra | |
parent | mate-extra/mate-sensors-applet: add myself as a maintainer (diff) | |
download | gentoo-1a54289d00598e4bdf6cc3bd696fb6ec8bc556a5.tar.gz gentoo-1a54289d00598e4bdf6cc3bd696fb6ec8bc556a5.tar.bz2 gentoo-1a54289d00598e4bdf6cc3bd696fb6ec8bc556a5.zip |
mate-extra/mate-system-monitor: stabilize 1.26.2 for amd64, x86
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild index 69db578ff27d..b555dff1aacc 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit mate toolchain-funcs if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="The MATE System Monitor" |