commit: 5524a94fe7cf582e6e8a1881cbd0d177125c6d02 Author: Christopher Diaz Riveros <chrisadr <AT> gentoo <DOT> org> AuthorDate: Wed May 23 02:08:37 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed May 23 02:33:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5524a94f
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 app-admin/installer/installer-0.1.1_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild index cf7c24cab88..2a162d1aeaa 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
