diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 20:50:33 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 20:50:33 -0500 |
commit | c79106a468a9383ddb4570d3a70216ad9d145790 (patch) | |
tree | 4ef64020611857f476ca67f3e0a0ed01454553b0 /app-emulation/diskimage-builder/diskimage-builder-9999.ebuild | |
parent | app-emulation/cloud-init: add missing manifest (diff) | |
download | gentoo-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/diskimage-builder/diskimage-builder-9999.ebuild')
-rw-r--r-- | app-emulation/diskimage-builder/diskimage-builder-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |