commit: a79394a133bc94f4d8d60df162071910aca0ebc7 Author: t0b3 <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Fri Dec 17 09:44:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 24 08:01:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79394a1
dev-libs/libbytesize: add python 3.10 Closes: https://bugs.gentoo.org/829420 Signed-off-by: t0b3 <thomas.bettler <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23360 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libbytesize/libbytesize-2.5.ebuild | 2 +- dev-libs/libbytesize/libbytesize-2.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libbytesize/libbytesize-2.5.ebuild b/dev-libs/libbytesize/libbytesize-2.5.ebuild index a819367ec1e7..4450525879d7 100644 --- a/dev-libs/libbytesize/libbytesize-2.5.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-r1 diff --git a/dev-libs/libbytesize/libbytesize-2.6.ebuild b/dev-libs/libbytesize/libbytesize-2.6.ebuild index f261594c01a2..98b3c0db2b73 100644 --- a/dev-libs/libbytesize/libbytesize-2.6.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-r1
