summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-10 09:23:07 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-10 11:54:09 +0100
commit39b95ac95d20058afbb4c4f6d400df4c51ea6291 (patch)
treebbe771bc52c8ed4160bae2292bbe778aadf785b7
parent46c971147e9b7e4ce6a449463a7dd1f010484d10 (diff)
downloadgentoo-39b95ac95d20058afbb4c4f6d400df4c51ea6291.tar.gz
gentoo-39b95ac95d20058afbb4c4f6d400df4c51ea6291.tar.xz
dev-python/singledispatch: drop nativaly supported Pyhton implementation
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/singledispatch/singledispatch-3.4.0.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
index dfa28bd5789..c944b567c8f 100644
--- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
+++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_3 pypy )
inherit distutils-r1