From f9559e5981fe2ed6982c5ed40d3d52333249a5ac Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sun, 22 May 2022 17:01:09 +0800 Subject: dev-vcs/git-pw: update EAPI 7 -> 8, python3.10 support Closes: https://bugs.gentoo.org/845978 Signed-off-by: Yixun Lan --- dev-vcs/git-pw/git-pw-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-vcs/git-pw') diff --git a/dev-vcs/git-pw/git-pw-2.3.0.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild index 340a2c3bdb5a..8658b3068beb 100644 --- a/dev-vcs/git-pw/git-pw-2.3.0.ebuild +++ b/dev-vcs/git-pw/git-pw-2.3.0.ebuild @@ -1,9 +1,9 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ "${PV}" == 9999 ]] ; then -- cgit v1.2.3-65-gdbad