commit: d9b76308bd2e7a702aaeecd17535ae0f8de70e46 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Tue Feb 28 03:01:21 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Mar 9 08:38:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b76308
app-editors/qhexedit2: add python3.11 support Closes: https://bugs.gentoo.org/896526 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29846 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild index 14e143cfbefd..34d3906f4682 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 qmake-utils EGIT_COMMIT="541139125be034b90b6811a84faa1413e357fd94"
