diff options
author | David Seifert <soap@gentoo.org> | 2016-08-30 20:40:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-08-30 21:04:13 +0200 |
commit | 8af2177300f7c03ded30f00aa998ca970016ce69 (patch) | |
tree | 49639c925d1047f1d8de71c55fefa08376970d57 /dev-python/line_profiler | |
parent | dev-python/pycuda: Add sub-slot operator for dev-libs/boost (diff) | |
download | gentoo-8af2177300f7c03ded30f00aa998ca970016ce69.tar.gz gentoo-8af2177300f7c03ded30f00aa998ca970016ce69.tar.bz2 gentoo-8af2177300f7c03ded30f00aa998ca970016ce69.zip |
dev-python/line_profiler: restore python 3.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/line_profiler')
-rw-r--r-- | dev-python/line_profiler/line_profiler-1.0-r1.ebuild | 2 |
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 |