diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:03:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:08:02 +0200 |
commit | 26976bc45ff6f1da2e6f965b518ab0ccf8ada325 (patch) | |
tree | 1541d65192649beaa2e65339e9f6c3445a0382bf /dev-vcs/git/git-9999.ebuild | |
parent | dev-util/smem: Remove py2.7 where possible (diff) | |
download | gentoo-26976bc45ff6f1da2e6f965b518ab0ccf8ada325.tar.gz gentoo-26976bc45ff6f1da2e6f965b518ab0ccf8ada325.tar.bz2 gentoo-26976bc45ff6f1da2e6f965b518ab0ccf8ada325.zip |
dev-vcs/git: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 373486b54b60..cd3c42c0cc2d 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd |