commit fb7a3e04af412c91ace43d5680d3df6ef96e915f
parent ca55690ec0e8140f00a388ac60082b540e6ad57c
Author: parazyd <parazyd@dyne.org>
Date: Sun, 6 Dec 2020 11:33:26 +0100
dev-util/devscripts: Update PYTHON_COMPAT.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_{4,5,6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_OPTIONAL=true
inherit distutils-r1