dev-python/scrypt: Add python3_6 to PYTHON_COMPAT
authorPatrick McLean <chutzpah@gentoo.org>
Wed, 8 Mar 2017 02:48:58 +0000 (18:48 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 8 Mar 2017 02:53:42 +0000 (18:53 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/scrypt/scrypt-0.8.0.ebuild

index 46d3b09a1ac03c593929522845f927463035bab0..75c38306dbaec160d8f82e420afb22acf3dd0694 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1