From: Manuel RĂ¼ger Date: Mon, 15 May 2017 12:37:32 +0000 (+0200) Subject: dev-python/pyxattr: Add python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7efd22d10090ea1752ee0caa49309e24b9b128e6;p=gentoo.git dev-python/pyxattr: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/pyxattr/pyxattr-0.6.0.ebuild b/dev-python/pyxattr/pyxattr-0.6.0.ebuild index c88e849e021b..dd442451271d 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.0.ebuild @@ -1,8 +1,8 @@ # 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 ) +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 eutils diff --git a/dev-python/pyxattr/pyxattr-9999.ebuild b/dev-python/pyxattr/pyxattr-9999.ebuild index a95dd3b3f9b3..1ff43687625a 100644 --- a/dev-python/pyxattr/pyxattr-9999.ebuild +++ b/dev-python/pyxattr/pyxattr-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 eutils git-r3