summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild
index 228e838496e7..d010eb5f8de0 100644
--- a/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild
+++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild
@@ -5,7 +5,7 @@ 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