summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2023-12-21 09:13:33 +0000
committerSam James <sam@gentoo.org>2023-12-21 11:49:47 +0000
commit1351ba3350e8706c0c280a76c1f1541668a291a8 (patch)
tree425bba7426e937f016f6f562bdce6a1b07643547 /mate-base/mate-applets
parentx11-themes/mate-icon-theme: add 1.27.0 (diff)
downloadgentoo-1351ba3350e8706c0c280a76c1f1541668a291a8.tar.gz
gentoo-1351ba3350e8706c0c280a76c1f1541668a291a8.tar.bz2
gentoo-1351ba3350e8706c0c280a76c1f1541668a291a8.zip
*/*: unkeyword 1.27
Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34340 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base/mate-applets')
-rw-r--r--mate-base/mate-applets/mate-applets-1.27.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/mate-base/mate-applets/mate-applets-1.27.1.ebuild b/mate-base/mate-applets/mate-applets-1.27.1.ebuild
index 9aed13a18ec0..710cb17f8412 100644
--- a/mate-base/mate-applets/mate-applets-1.27.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.27.1.ebuild
@@ -5,7 +5,12 @@ EAPI=8
inherit mate
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+MINOR=$((ver_cut 2) % 2)
+if [[ ${MINOR} -eq 0 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+else
+ KEYWORDS=""
+fi
DESCRIPTION="Applets for the MATE Desktop and Panel"
LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"