dev-util/cutter: add python3_10

Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
John Helmert III
2021-05-24 18:35:01 -05:00
parent 5b8611b7bb
commit ed61d833e9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit qmake-utils xdg-utils python-single-r1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{7,8,9,10} )
TRANS_COMMIT="974298653ba71b958e1b6c83f6011f5fefff6236"
inherit cmake toolchain-funcs xdg-utils python-single-r1