summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-21 08:25:56 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commit49dd4a6826c83aaedbb2667e59ed354207d0fa11 (patch)
treefc7be4eb252f4bb3bdf6b5d6475210078a26d708 /virtual/python-singledispatch/python-singledispatch-0.ebuild
parentdev-python/pyzmq: Keyword under ALLARCHES policy (diff)
downloadgentoo-49dd4a6826c83aaedbb2667e59ed354207d0fa11.tar.gz
gentoo-49dd4a6826c83aaedbb2667e59ed354207d0fa11.tar.bz2
gentoo-49dd4a6826c83aaedbb2667e59ed354207d0fa11.zip
virtual/python-singledispatch: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/python-singledispatch/python-singledispatch-0.ebuild')
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 1270c7d4b6b5..fef19efc14e2 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,9 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch module"