dev-python/line_profiler: restore python 3.3
authorDavid Seifert <soap@gentoo.org>
Tue, 30 Aug 2016 18:40:54 +0000 (20:40 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 30 Aug 2016 19:04:13 +0000 (21:04 +0200)
Package-Manager: portage-2.3.0

dev-python/line_profiler/line_profiler-1.0-r1.ebuild

index 00e1e865624c4fe0cee0fdec8df93c1d4d55fced..3f98bd446f745622d406c740c15c94ece85ba90f 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1