dev-python/ansicolor: add python3_5 support

Build succeeds, no testsuite, builtin demos work.

Gentoo-Bug: 590354

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3353
This commit is contained in:
Ilya Tumaykin
2017-01-06 21:14:26 +03:00
committed by David Seifert
parent e642d3a754
commit 40aa84d7b8

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1