commit: 743b25476127971a96235dbe11e9814d065b3d1b Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Fri Dec 17 09:52:52 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Dec 18 11:58:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743b2547
dev-libs/serd: add python 3.10 Closes: https://bugs.gentoo.org/829422 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23362 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-libs/serd/serd-0.30.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/serd/serd-0.30.10.ebuild b/dev-libs/serd/serd-0.30.10.ebuild index 8301a43e480e..589e9d437745 100644 --- a/dev-libs/serd/serd-0.30.10.ebuild +++ b/dev-libs/serd/serd-0.30.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils multilib-build multilib-minimal
