summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2023-12-21 13:10:18 +0000
committerJoonas Niilola <juippis@gentoo.org>2023-12-21 15:53:39 +0200
commit5de8b03b4d4b8233de45f695e0c2419da5436afa (patch)
tree49b9ce1845b933cdfff815ae3266764fb7c903dc /x11-themes
parentkde-apps/parley: Relax kde-apps/kdeedu-data slot dep to :* (diff)
downloadgentoo-5de8b03b4d4b8233de45f695e0c2419da5436afa.tar.gz
gentoo-5de8b03b4d4b8233de45f695e0c2419da5436afa.tar.bz2
gentoo-5de8b03b4d4b8233de45f695e0c2419da5436afa.zip
x11-themes/mate-backgrounds: unkeyword
Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34395 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild5
1 files changed, 3 insertions, 2 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..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"