mate-extra/mate-utils: fix MultipleKeywordsLines

Fixes: 1351ba3350
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-10 01:54:21 +00:00
parent 7aa90da698
commit 96e4d7e870

View File

@@ -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"