Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/installer/
Date: Wed, 23 May 2018 02:33:31
Message-Id: 1527042798.5524a94fe7cf582e6e8a1881cbd0d177125c6d02.bman@gentoo
1 commit: 5524a94fe7cf582e6e8a1881cbd0d177125c6d02
2 Author: Christopher Diaz Riveros <chrisadr <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 23 02:08:37 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed May 23 02:33:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5524a94f
7
8 app-admin/installer: Add 3_6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.37, Repoman-2.3.9
11 Closes: https://github.com/gentoo/gentoo/pull/8527
12
13 app-admin/installer/installer-0.1.1_beta.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild
17 index cf7c24cab88..2a162d1aeaa 100644
18 --- a/app-admin/installer/installer-0.1.1_beta.ebuild
19 +++ b/app-admin/installer/installer-0.1.1_beta.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python{3_4,3_5} )
25 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
26 PYTHON_REQ_USE="ncurses(+)"
27
28 inherit distutils-r1