diff options
author | Rick Farina <zerochaos@gentoo.org> | 2024-05-21 12:09:48 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2024-05-21 12:09:48 -0400 |
commit | 85ca9c95795a50c17cfa8b0cd559c85846354bd0 (patch) | |
tree | 9383611c9d31f581b0a6d2aa9bb97d009005003e /x11-misc | |
parent | x11-terms/terminator: add py 3.12 (diff) | |
download | gentoo-85ca9c95795a50c17cfa8b0cd559c85846354bd0.tar.gz gentoo-85ca9c95795a50c17cfa8b0cd559c85846354bd0.tar.bz2 gentoo-85ca9c95795a50c17cfa8b0cd559c85846354bd0.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/mozo/mozo-1.26.2.ebuild | 6 | ||||
-rw-r--r-- | 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" |