summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-05-24 18:35:01 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-05-24 18:37:01 -0500
commited61d833e9e2fec25ac860c01305fb5cb703a75a (patch)
tree30536f14fbb198942acef3d614e1d8a332f0e78c /dev-util/cutter
parentx11-wm/i3-gaps: drop 4.18.2, 4.19 (diff)
downloadgentoo-ed61d833e9e2fec25ac860c01305fb5cb703a75a.tar.gz
gentoo-ed61d833e9e2fec25ac860c01305fb5cb703a75a.tar.bz2
gentoo-ed61d833e9e2fec25ac860c01305fb5cb703a75a.zip
dev-util/cutter: add python3_10
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-util/cutter')
-rw-r--r--dev-util/cutter/cutter-1.12.0.ebuild4
-rw-r--r--dev-util/cutter/cutter-2.0.2.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cutter/cutter-1.12.0.ebuild b/dev-util/cutter/cutter-1.12.0.ebuild
index 9d335195066e..10a06648756a 100644
--- a/dev-util/cutter/cutter-1.12.0.ebuild
+++ b/dev-util/cutter/cutter-1.12.0.ebuild
@@ -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
diff --git a/dev-util/cutter/cutter-2.0.2.ebuild b/dev-util/cutter/cutter-2.0.2.ebuild
index c5eb669d8b49..68cbba5c987b 100644
--- a/dev-util/cutter/cutter-2.0.2.ebuild
+++ b/dev-util/cutter/cutter-2.0.2.ebuild
@@ -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