Skip to content

Commit

Permalink
dev-vcs/git-pw: update EAPI 7 -> 8, python3.10 support
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/845978
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
dlan17 committed May 22, 2022
1 parent 428ecae commit f9559e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-vcs/git-pw/git-pw-2.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f9559e5

Please sign in to comment.