diff options
author | 2017-07-12 12:02:35 +0200 | |
---|---|---|
committer | 2017-07-12 16:41:21 +0200 | |
commit | da940b0f1aaccecb7f25b435a8dcc7228791a555 (patch) | |
tree | 3dc7d07bf169daa1fdde0d8becc8d858d1ffcd4d /dev-python/ghp-import | |
parent | dev-python/git-review: Support newer python (diff) | |
download | gentoo-da940b0f1aaccecb7f25b435a8dcc7228791a555.tar.gz gentoo-da940b0f1aaccecb7f25b435a8dcc7228791a555.tar.bz2 gentoo-da940b0f1aaccecb7f25b435a8dcc7228791a555.zip |
dev-python/ghp-import: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/ghp-import')
-rw-r--r-- | dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild b/dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild index 59e7a13b4553..7bad1544380d 100644 --- a/dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild +++ b/dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |