summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:10:24 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:10:40 -0500
commit77a886f81c13fd142064128e17156a8af7732602 (patch)
treef80a3e1fa655c5d070f1f4f86224d31b243e6981 /app-emulation
parentwww-client/opera-developer: remove old (diff)
downloadgentoo-77a886f81c13fd142064128e17156a8af7732602.tar.gz
gentoo-77a886f81c13fd142064128e17156a8af7732602.tar.bz2
gentoo-77a886f81c13fd142064128e17156a8af7732602.zip
app-emulation/diskimage-builder: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild2
-rw-r--r--app-emulation/diskimage-builder/diskimage-builder-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild
index ba17dcfdbb9d..10b17cd396dd 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYPI_NO_NORMALIZE=1
inherit distutils-r1
diff --git a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
index ba17dcfdbb9d..10b17cd396dd 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYPI_NO_NORMALIZE=1
inherit distutils-r1