dev-python/pyenchant: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 09:12:18 +0000 (01:12 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 09:12:18 +0000 (01:12 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/pyenchant/pyenchant-1.6.6.ebuild
dev-python/pyenchant/pyenchant-1.6.8.ebuild

index ea976014451133fc8ce479ddd22938126f1de01f..13356bd5c0fc35fd3f0c6b8011b8854b7c5bbbaa 100644 (file)
@@ -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
 
index 99fb0999dfb39c2a9cf78fe0bbb5a009568c2eb7..4debd0672d88c5838503fd98e177da26bfbf443d 100644 (file)
@@ -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