summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-08-30 20:40:54 +0200
committerDavid Seifert <soap@gentoo.org>2016-08-30 21:04:13 +0200
commit8af2177300f7c03ded30f00aa998ca970016ce69 (patch)
tree49639c925d1047f1d8de71c55fefa08376970d57
parentdev-python/pycuda: Add sub-slot operator for dev-libs/boost (diff)
downloadgentoo-8af21773.tar.gz
gentoo-8af21773.tar.bz2
gentoo-8af21773.zip
dev-python/line_profiler: restore python 3.3
Package-Manager: portage-2.3.0
-rw-r--r--dev-python/line_profiler/line_profiler-1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/line_profiler/line_profiler-1.0-r1.ebuild b/dev-python/line_profiler/line_profiler-1.0-r1.ebuild
index 00e1e865624c..3f98bd446f74 100644
--- a/dev-python/line_profiler/line_profiler-1.0-r1.ebuild
+++ b/dev-python/line_profiler/line_profiler-1.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1