diff options
author | Gergely Nagy <ngg@ngg.hu> | 2021-06-03 10:19:52 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-03 22:45:07 +0200 |
commit | 8277ff10d396cf3650853f7e316ca68798552130 (patch) | |
tree | fea515ecb944dcf27e1f379f2fb30038811901a4 /dev-vcs | |
parent | www-plugins/chrome-binary-plugins: automated update (92.0.4515.40) (diff) | |
download | gentoo-8277ff10d396cf3650853f7e316ca68798552130.tar.gz gentoo-8277ff10d396cf3650853f7e316ca68798552130.tar.bz2 gentoo-8277ff10d396cf3650853f7e316ca68798552130.zip |
dev-vcs/gitstats: bump python to 3.9
Closes: https://github.com/gentoo/gentoo/pull/21101
Signed-off-by: Gergely Nagy <ngg@ngg.hu>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre20201124.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild b/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild index 9a2d910c0c08..422577a2799d 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 |