commit: 8469eba13074d5ae721e9d8e723a8523386b40c8 Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com> AuthorDate: Wed Jul 14 10:07:54 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 21:25:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8469eba1
dev-util/bear: python_10 support Package-Manager: Portage-3.0.20, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/21634 Signed-off-by: Douglas Agbeve <douglas <AT> agbeve.com> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-util/bear/bear-3.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bear/bear-3.0.13.ebuild b/dev-util/bear/bear-3.0.13.ebuild index 97791cb96b0..ce27dec8b19 100644 --- a/dev-util/bear/bear-3.0.13.ebuild +++ b/dev-util/bear/bear-3.0.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake python-any-r1