From f8af193293783964580d5d82071ed1e45c7a2fff Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 28 Mar 2017 15:23:04 -0700 Subject: [PATCH] dev-python/incremental: Add python-3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 --- dev-python/incremental/incremental-16.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild index 4aaa8f52e4f11..07dbe7021fe1e 100644 --- a/dev-python/incremental/incremental-16.10.1.ebuild +++ b/dev-python/incremental/incremental-16.10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1