diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-10 11:45:45 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-10 12:00:25 +0200 |
commit | 07aac5dccd8819cff083a1c435d5af90e9a37d96 (patch) | |
tree | 3b670d5fb2ddbcbeecdfef0d97ddf480a1f7231b /dev-vcs/git/git-9999-r1.ebuild | |
parent | net-wireless/bluez: Bump to 5.55 (diff) | |
download | gentoo-07aac5dccd8819cff083a1c435d5af90e9a37d96.tar.gz gentoo-07aac5dccd8819cff083a1c435d5af90e9a37d96.tar.bz2 gentoo-07aac5dccd8819cff083a1c435d5af90e9a37d96.zip |
dev-vcs/git: Added python3_8 support
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 35ba555d64a9..f50e94d2e745 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd |