summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-28 17:33:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-29 14:22:53 +0100
commit03a88e02886b46a220b0a8bbcdf3c3a87859d725 (patch)
treeceab5b60e1616b1265b881ab637baedb7fe96798 /app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
parentdev-python/pypowervm: Drop python2_7 (diff)
downloadgentoo-03a88e02886b46a220b0a8bbcdf3c3a87859d725.tar.gz
gentoo-03a88e02886b46a220b0a8bbcdf3c3a87859d725.tar.bz2
gentoo-03a88e02886b46a220b0a8bbcdf3c3a87859d725.zip
app-emulation/diskimage-builder: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation/diskimage-builder/diskimage-builder-9999.ebuild')
-rw-r--r--app-emulation/diskimage-builder/diskimage-builder-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
index 86d3bb124b34..73fb5c15ec13 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Golden Disk Image builder."