summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-28 12:21:35 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-28 12:21:35 +0200
commitbeede6f963a6c0b58b95a3789ffbf7d9a6a53769 (patch)
treef04338397c0eae4666f14df532237ab2cec6ea41 /dev-python/doit
parentdev-python/doit-py: Support newer python (diff)
downloadgentoo-beede6f963a6c0b58b95a3789ffbf7d9a6a53769.tar.gz
gentoo-beede6f963a6c0b58b95a3789ffbf7d9a6a53769.tar.bz2
gentoo-beede6f963a6c0b58b95a3789ffbf7d9a6a53769.zip
dev-python/doit: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/doit')
-rw-r--r--dev-python/doit/doit-0.29.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/doit/doit-0.29.0.ebuild b/dev-python/doit/doit-0.29.0.ebuild
index 0d753dc57363..8e9c0cb2f559 100644
--- a/dev-python/doit/doit-0.29.0.ebuild
+++ b/dev-python/doit/doit-0.29.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit eutils distutils-r1
RESTRICT="test" # can't work as it imports nonexistant modules from coverage