From: Christopher Diaz Riveros Date: Wed, 23 May 2018 02:08:37 +0000 (-0500) Subject: app-admin/installer: Add 3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5524a94fe7cf582e6e8a1881cbd0d177125c6d02;p=gentoo.git app-admin/installer: Add 3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.37, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8527 --- diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild index cf7c24cab885..2a162d1aeaab 100644 --- a/app-admin/installer/installer-0.1.1_beta.ebuild +++ b/app-admin/installer/installer-0.1.1_beta.ebuild @@ -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