dev-python/singledispatch: drop nativaly supported Pyhton implementation

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-10 09:23:07 +01:00
parent 46c971147e
commit 39b95ac95d

View File

@@ -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