summaryrefslogtreecommitdiff
path: root/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild')
-rw-r--r--x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
index 7f3b089cc8d0..bd9846fe9c25 100644
--- a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
+++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild
@@ -5,7 +5,8 @@ EAPI=8
inherit mate
-if [[ ${PV} != 9999 ]]; then
+MINOR=$(($(ver_cut 2) % 2))
+if [[ ${MINOR} -eq 0 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi