summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-05-19 20:50:33 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-05-19 20:50:33 -0500
commitc79106a468a9383ddb4570d3a70216ad9d145790 (patch)
tree4ef64020611857f476ca67f3e0a0ed01454553b0 /app-emulation
parentapp-emulation/cloud-init: add missing manifest (diff)
downloadgentoo-c79106a468a9383ddb4570d3a70216ad9d145790.tar.gz
gentoo-c79106a468a9383ddb4570d3a70216ad9d145790.tar.bz2
gentoo-c79106a468a9383ddb4570d3a70216ad9d145790.zip
app-emulation/diskimage-builder: add py10 and bump 9999 eapi
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/diskimage-builder/diskimage-builder-3.21.1.ebuild2
-rw-r--r--app-emulation/diskimage-builder/diskimage-builder-9999.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.21.1.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.21.1.ebuild
index a2d3ad209af7..ea5adfedffde 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-3.21.1.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.21.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
index 4e3043c48b5a..bbd75fbe73fb 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1