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 /x11-misc | |
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 'x11-misc')
-rw-r--r-- | x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/mozo/mozo-1.27.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild index 8bede5b3603d..23324a257fbb 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild @@ -7,7 +7,7 @@ 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 diff --git a/x11-misc/mozo/mozo-1.27.0.ebuild b/x11-misc/mozo/mozo-1.27.0.ebuild index 381700b67652..d97475f8be99 100644 --- a/x11-misc/mozo/mozo-1.27.0.ebuild +++ b/x11-misc/mozo/mozo-1.27.0.ebuild @@ -11,7 +11,7 @@ inherit mate python-r1 DESCRIPTION="Mozo menu editor for MATE" LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" -MINOR=$((ver_cut 2) % 2) +MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" else |