tdev-util/devscripts: Update PYTHON_COMPAT. - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit fb7a3e04af412c91ace43d5680d3df6ef96e915f DIR parent ca55690ec0e8140f00a388ac60082b540e6ad57c HTML Author: parazyd <parazyd@dyne.org> Date: Sun, 6 Dec 2020 11:33:26 +0100 dev-util/devscripts: Update PYTHON_COMPAT. Diffstat: M dev-util/devscripts/devscripts-2.2… | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild t@@ -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