From: Zac Medico Date: Wed, 15 Mar 2017 06:27:02 +0000 (-0700) Subject: dev-python/memory_profiler: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4b877540a7a6aa82145cc8b506f9dd9c8357e730;p=gentoo.git dev-python/memory_profiler: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/memory_profiler/memory_profiler-0.43.ebuild b/dev-python/memory_profiler/memory_profiler-0.43.ebuild index 74147065bbde..3c9eee9a0e51 100644 --- a/dev-python/memory_profiler/memory_profiler-0.43.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.43.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1