summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2023-12-21 12:42:25 +0000
committerSam James <sam@gentoo.org>2023-12-21 12:45:02 +0000
commit168f404d3779430652cd0511a0610c04c46a9dcb (patch)
tree3942f174a28421178b93e33361a298668a526ef5 /mate-base/mate
parentgames-engines/renpy: add missing desktop inherit (diff)
downloadgentoo-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/mate')
-rw-r--r--mate-base/mate/mate-1.27.0.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/mate-base/mate/mate-1.27.0.ebuild b/mate-base/mate/mate-1.27.0.ebuild
index fcf2776aaa39..bc5d8d4af7fd 100644
--- a/mate-base/mate/mate-1.27.0.ebuild
+++ b/mate-base/mate/mate-1.27.0.ebuild
@@ -3,13 +3,12 @@
EAPI=7
-if [[ ${PV} == 9999 ]]; then
- MATE_BRANCH=9999
- MATE_THEMES_V=9999
-else
- MATE_BRANCH="$(ver_cut 1-2)"
- MATE_THEMES_V=3
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+
+MATE_THEMES_V=3
+MATE_BRANCH="$(ver_cut 1-2)"
+MINOR=$(($(ver_cut 2) % 2))
+if [[ ${MINOR} -eq 0 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
SRC_URI=""