commit: 8277ff10d396cf3650853f7e316ca68798552130 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu> AuthorDate: Thu Jun 3 08:19:52 2021 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 20:45:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8277ff10
dev-vcs/gitstats: bump python to 3.9 Closes: https://github.com/gentoo/gentoo/pull/21101 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu> Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> dev-vcs/gitstats/gitstats-0_pre20201124.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild b/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild index 9a2d910c0c0..422577a2799 100644 --- a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit python-r1
