diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-21 12:42:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 12:45:02 +0000 |
commit | 168f404d3779430652cd0511a0610c04c46a9dcb (patch) | |
tree | 3942f174a28421178b93e33361a298668a526ef5 /mate-base/caja | |
parent | games-engines/renpy: add missing desktop inherit (diff) | |
download | gentoo-168f404d3779430652cd0511a0610c04c46a9dcb.tar.gz gentoo-168f404d3779430652cd0511a0610c04c46a9dcb.tar.bz2 gentoo-168f404d3779430652cd0511a0610c04c46a9dcb.zip |
*/*: MATE var fix
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34393
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base/caja')
-rw-r--r-- | mate-base/caja/caja-1.27.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mate-base/caja/caja-1.27.2.ebuild b/mate-base/caja/caja-1.27.2.ebuild index 523cdc92c213..45f55156e713 100644 --- a/mate-base/caja/caja-1.27.2.ebuild +++ b/mate-base/caja/caja-1.27.2.ebuild @@ -7,11 +7,9 @@ MATE_LA_PUNT="yes" 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 DESCRIPTION="Caja file manager for the MATE desktop" |