commit: a58643b820c8cba748c2712a7b08514ccd77e85d
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 20:18:01 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 20:18:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58643b8
dev-util/meson-format-array: enable py3.10 and disable py3.7
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-util/meson-format-array/meson-format-array-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 35784b4af86..2f1f4eba6a3 100644
--- a/dev-util/meson-format-array/meson-format-array-0.ebuild
+++ b/dev-util/meson-format-array/meson-format-array-0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-r1