summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 12:02:35 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:41:21 +0200
commitda940b0f1aaccecb7f25b435a8dcc7228791a555 (patch)
tree3dc7d07bf169daa1fdde0d8becc8d858d1ffcd4d /dev-python/ghp-import
parentdev-python/git-review: Support newer python (diff)
downloadgentoo-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.ebuild4
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