From 5de8b03b4d4b8233de45f695e0c2419da5436afa Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Thu, 21 Dec 2023 13:10:18 +0000 Subject: x11-themes/mate-backgrounds: unkeyword Signed-off-by: Ian Jordan Closes: https://github.com/gentoo/gentoo/pull/34395 Signed-off-by: Joonas Niilola --- x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-themes/mate-backgrounds') 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..e2ae4a3c70c3 100644 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild @@ -5,8 +5,9 @@ EAPI=8 inherit mate -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +MINOR=$((ver_cut 2) % 2) +if [[ ${MINOR} -eq 0 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi DESCRIPTION="A set of backgrounds packaged with the MATE desktop" -- cgit v1.2.3-65-gdbad