summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-09 09:25:07 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-09 10:33:03 +0100
commit3050dbe181b4d3e7f2a96f114d751078fc5bd0f5 (patch)
treeb0b3fc7e33b3818bd8958935c592a1ae5d951b1d
parentdev-python/mccabe: Add python3.5 support (diff)
downloadgentoo-3050dbe181b4d3e7f2a96f114d751078fc5bd0f5.tar.gz
gentoo-3050dbe181b4d3e7f2a96f114d751078fc5bd0f5.tar.bz2
gentoo-3050dbe181b4d3e7f2a96f114d751078fc5bd0f5.zip
dev-python/monotonic: Add python3.5 support
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/monotonic/monotonic-0.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/monotonic/monotonic-0.5.ebuild b/dev-python/monotonic/monotonic-0.5.ebuild
index f8dcc6ad72d3..fd220ddc1423 100644
--- a/dev-python/monotonic/monotonic-0.5.ebuild
+++ b/dev-python/monotonic/monotonic-0.5.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1