diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 21:37:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:59 +0000 |
commit | 632d27aacdf04fe7ed059a97176a734c9ee82fbc (patch) | |
tree | 26e57a4eb99a685b88a739300232c221a414ead1 /mate-extra/mate-system-monitor | |
parent | mate-extra/mate-system-monitor: add myself as a maintainer (diff) | |
download | gentoo-632d27aacdf04fe7ed059a97176a734c9ee82fbc.tar.gz gentoo-632d27aacdf04fe7ed059a97176a734c9ee82fbc.tar.bz2 gentoo-632d27aacdf04fe7ed059a97176a734c9ee82fbc.zip |
mate-extra/mate-system-monitor: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra/mate-system-monitor')
-rw-r--r-- | mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild index 4a9c1f2b6c0f..33bee63b0332 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild @@ -8,8 +8,6 @@ inherit mate toolchain-funcs MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="The MATE System Monitor" |