diff options
author | Christopher Diaz Riveros <chrisadr@gentoo.org> | 2018-05-22 21:08:37 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-22 22:33:18 -0400 |
commit | 5524a94fe7cf582e6e8a1881cbd0d177125c6d02 (patch) | |
tree | f4ec1c8ef0999b19e9ddd3d175a3f65091d4752c /app-admin | |
parent | dev-util/kdevelop: version bump 5.2.3 (diff) | |
download | gentoo-5524a94fe7cf582e6e8a1881cbd0d177125c6d02.tar.gz gentoo-5524a94fe7cf582e6e8a1881cbd0d177125c6d02.tar.bz2 gentoo-5524a94fe7cf582e6e8a1881cbd0d177125c6d02.zip |
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
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/installer/installer-0.1.1_beta.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |