dev-python/line_profiler: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:58:30 +0000 (16:58 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:38 +0000 (17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/line_profiler/line_profiler-9999.ebuild

index cbcda89a190520183c58eeba151f9ccb0b35bc3c..6db2d5c980f7b435c90446114eb40272cbc5bb7e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-r3