commit: 1a0ada1cae7ee649a0ef6cc34d332da83d81b40d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 07:39:54 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 07:40:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0ada1c
dev-util/meson-format-array: EAPI=8, enable py3.12
I've tested the contents of the package, and there is no regression
with contents of the EAPI bump, so it is safe to do without revbump.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/meson-format-array/meson-format-array-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/meson-format-array/meson-format-array-0.ebuild
b/dev-util/meson-format-array/meson-format-array-0.ebuild
index 2428eb34780c..1800171ff92f 100644
--- a/dev-util/meson-format-array/meson-format-array-0.ebuild
+++ b/dev-util/meson-format-array/meson-format-array-0.ebuild
@@ -1,8 +1,8 @@
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-r1