diff options
Diffstat (limited to 'mate-base/mate-common/mate-common-1.27.1.ebuild')
-rw-r--r-- | mate-base/mate-common/mate-common-1.27.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-common/mate-common-1.27.1.ebuild b/mate-base/mate-common/mate-common-1.27.1.ebuild index edfbb0047201..6e0288cfef40 100644 --- a/mate-base/mate-common/mate-common-1.27.1.ebuild +++ b/mate-base/mate-common/mate-common-1.27.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit mate-desktop.org -MINOR=$((ver_cut 2) % 2) +MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" else |