From: Zac Medico Date: Thu, 16 Mar 2017 07:25:08 +0000 (-0700) Subject: dev-python/serpent: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=17ffa2283cb8e48e57c4061cf3582b1204e6c207;p=gentoo.git dev-python/serpent: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/serpent/serpent-1.12.ebuild b/dev-python/serpent/serpent-1.12.ebuild index eb284545e7e3..376bc3b0ff24 100644 --- a/dev-python/serpent/serpent-1.12.ebuild +++ b/dev-python/serpent/serpent-1.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1