diff options
Diffstat (limited to 'x11-wm/marco')
-rw-r--r-- | x11-wm/marco/marco-1.27.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-wm/marco/marco-1.27.0.ebuild b/x11-wm/marco/marco-1.27.0.ebuild index d0d40b051f8e..2543cf60fa26 100644 --- a/x11-wm/marco/marco-1.27.0.ebuild +++ b/x11-wm/marco/marco-1.27.0.ebuild @@ -1,13 +1,18 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MATE2_LA_PUNT="yes" inherit mate meson -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="MATE default window manager" LICENSE="FDL-1.2+ GPL-2+ LGPL-2+ MIT" |