commit: f9559e5981fe2ed6982c5ed40d3d52333249a5ac Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sun May 22 09:01:09 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun May 22 09:02:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9559e59
dev-vcs/git-pw: update EAPI 7 -> 8, python3.10 support Closes: https://bugs.gentoo.org/845978 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-vcs/git-pw/git-pw-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
