summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-06-01 08:43:20 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-06-01 08:43:20 -0500
commit396244aa4f330fcd4b30b0a356cbf8167ca04242 (patch)
tree751a641177fbcb5cb1cc0b00ef335bb26545343b /app-emulation/diskimage-builder
parentsys-apps/util-linux: Bump to version 2.37. Removed old (diff)
downloadgentoo-396244aa4f330fcd4b30b0a356cbf8167ca04242.tar.gz
gentoo-396244aa4f330fcd4b30b0a356cbf8167ca04242.tar.bz2
gentoo-396244aa4f330fcd4b30b0a356cbf8167ca04242.zip
app-emulation/diskimage-builder: 3.11.0 stable amd64/x86
add py39 as well Package-Manager: Portage-3.0.18, Repoman-3.0.2 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.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.11.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.11.0.ebuild
index 4c39e9fb0b8c..7a9c76c9cccd 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-3.11.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.11.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
fi
LICENSE="Apache-2.0"