summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-08-27 10:56:01 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2024-08-27 10:56:36 -0500
commit6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71 (patch)
tree4ecf5de9534bd3dfbdf89c5513f193d27c6c618b /app-emulation/diskimage-builder
parentdev-util/nvidia-cuda-toolkit: add 12.6.0 (diff)
downloadgentoo-6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71.tar.gz
gentoo-6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71.tar.bz2
gentoo-6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71.zip
app-emulation/diskimage-builder: remove python3.9 support
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation/diskimage-builder')
-rw-r--r--app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild
index 46480f9df68c..f7a78be342e9 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11,12} )
+PYTHON_COMPAT=( python3_{10,11,12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1