diff options
author | Sam James <sam@gentoo.org> | 2024-03-10 01:54:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-10 01:54:21 +0000 |
commit | 96e4d7e8705b77c2d7baa4794f0663eb0a91057d (patch) | |
tree | d6ce47fdc4ea1e978f29a92059ce5842b66ce0c3 /mate-extra/mate-utils | |
parent | mate-extra/mate-calc: fix MultipleKeywordsLines (diff) | |
download | gentoo-96e4d7e8705b77c2d7baa4794f0663eb0a91057d.tar.gz gentoo-96e4d7e8705b77c2d7baa4794f0663eb0a91057d.tar.bz2 gentoo-96e4d7e8705b77c2d7baa4794f0663eb0a91057d.zip |
mate-extra/mate-utils: fix MultipleKeywordsLines
Fixes: 1351ba3350e8706c0c280a76c1f1541668a291a8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra/mate-utils')
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.27.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-extra/mate-utils/mate-utils-1.27.0.ebuild b/mate-extra/mate-utils/mate-utils-1.27.0.ebuild index 706ffa6c0915..5a28af9ef896 100644 --- a/mate-extra/mate-utils/mate-utils-1.27.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.27.0.ebuild @@ -10,8 +10,6 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="Utilities for the MATE desktop" |