commit: 6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 15:56:01 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 15:56:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aebbdc8
app-emulation/diskimage-builder: remove python3.9 support
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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