From: Zac Medico Date: Mon, 13 Feb 2017 09:12:18 +0000 (-0800) Subject: dev-python/pyenchant: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=78485538adef6ae7375a7478a59eeec631ef8c85;p=gentoo.git dev-python/pyenchant: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/pyenchant/pyenchant-1.6.6.ebuild b/dev-python/pyenchant/pyenchant-1.6.6.ebuild index ea9760144511..13356bd5c0fc 100644 --- a/dev-python/pyenchant/pyenchant-1.6.6.ebuild +++ b/dev-python/pyenchant/pyenchant-1.6.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/pyenchant/pyenchant-1.6.8.ebuild b/dev-python/pyenchant/pyenchant-1.6.8.ebuild index 99fb0999dfb3..4debd0672d88 100644 --- a/dev-python/pyenchant/pyenchant-1.6.8.ebuild +++ b/dev-python/pyenchant/pyenchant-1.6.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1