diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-21 09:13:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 11:49:47 +0000 |
commit | 1351ba3350e8706c0c280a76c1f1541668a291a8 (patch) | |
tree | 425bba7426e937f016f6f562bdce6a1b07643547 /x11-themes | |
parent | x11-themes/mate-icon-theme: add 1.27.0 (diff) | |
download | gentoo-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 'x11-themes')
-rw-r--r-- | x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild index b755e9788798..228e838496e7 100644 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +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" +else + KEYWORDS="" fi DESCRIPTION="MATE default icon themes" |