From 5524a94fe7cf582e6e8a1881cbd0d177125c6d02 Mon Sep 17 00:00:00 2001 From: Christopher Diaz Riveros Date: Tue, 22 May 2018 21:08:37 -0500 Subject: [PATCH] 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 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 -- 2.26.2