diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 12:48:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 12:48:30 +0200 |
commit | 56bba81be864e2d0d3a9cde2f78e9d0d383bcf1c (patch) | |
tree | 3d60c8ac1a7d2c7cb22bf7aadca02e0180ff3a63 /dev-vcs/git-imerge | |
parent | net-im/empathy: Support newer python (diff) | |
download | gentoo-56bba81be864e2d0d3a9cde2f78e9d0d383bcf1c.tar.gz gentoo-56bba81be864e2d0d3a9cde2f78e9d0d383bcf1c.tar.bz2 gentoo-56bba81be864e2d0d3a9cde2f78e9d0d383bcf1c.zip |
dev-vcs/git-imerge: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/git-imerge')
-rw-r--r-- | dev-vcs/git-imerge/git-imerge-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild b/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild index cd805b4ba985..249da409f76c 100644 --- a/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild +++ b/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 python-r1 |