commit:     85ca9c95795a50c17cfa8b0cd559c85846354bd0
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 16:09:48 2024 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue May 21 16:09:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ca9c95

x11-misc/mozo: add python 3.12

tests pass
remove KEYWORDS="" to please pkgcheck

Closes: https://bugs.gentoo.org/929888
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 x11-misc/mozo/mozo-1.26.2.ebuild | 6 +++---
 x11-misc/mozo/mozo-1.28.0.ebuild | 4 +---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-misc/mozo/mozo-1.26.2.ebuild b/x11-misc/mozo/mozo-1.26.2.ebuild
index 29f50e52fa7b..bd10ba1423a0 100644
--- a/x11-misc/mozo/mozo-1.26.2.ebuild
+++ b/x11-misc/mozo/mozo-1.26.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit mate python-r1

diff --git a/x11-misc/mozo/mozo-1.28.0.ebuild b/x11-misc/mozo/mozo-1.28.0.ebuild
index 6496e4d89d96..55d608812889 100644
--- a/x11-misc/mozo/mozo-1.28.0.ebuild
+++ b/x11-misc/mozo/mozo-1.28.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit mate python-r1
@@ -14,8 +14,6 @@ LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
        KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-else
-       KEYWORDS=""
 fi
 
 SLOT="0"

Reply via email to