app-admin/installer: Add 3_6 to PYTHON_COMPAT
authorChristopher Diaz Riveros <chrisadr@gentoo.org>
Wed, 23 May 2018 02:08:37 +0000 (21:08 -0500)
committerAaron Bauman <bman@gentoo.org>
Wed, 23 May 2018 02:33:18 +0000 (22:33 -0400)
Package-Manager: Portage-2.3.37, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8527

app-admin/installer/installer-0.1.1_beta.ebuild

index cf7c24cab8856b13ed8fc46d4129e17e187a672c..2a162d1aeaabaa4c4848499147d3c68838ada0d0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1