From 1a0ada1cae7ee649a0ef6cc34d332da83d81b40d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 27 May 2023 10:39:54 +0300 Subject: [PATCH] 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 --- 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 2428eb34780cf..1800171ff92f6 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