commit:     8fab83ec6afa54cf7ca40cecb55423423f6afbd8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 15:14:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 15:14:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fab83ec

x11-themes/mate-backgrounds: fix syntax & unnecessary KEYWORDS (triple 
assignmment)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild 
b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
index d043c16dd7bd..bd9846fe9c25 100644
--- a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
+++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
@@ -5,15 +5,11 @@ EAPI=8
 
 inherit mate
 
-MINOR=$((ver_cut 2) % 2)
+MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
        KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-else
-       KEYWORDS=""
 fi
 
-KEYWORDS=""
-
 DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
 LICENSE="CC-BY-SA-4.0 GPL-2+"
 SLOT="0"

Reply via email to