dev-python/snowballstemmer: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Feb 2017 01:13:06 +0000 (17:13 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Feb 2017 01:13:40 +0000 (17:13 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild

index 44ab2b8c29d09a26671a8445a51ad4f3106b48d9..9f6f0322599106a8925fb3831fd04e4492b6cced 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 
index b509056699509ac16fd1a1fe530b1b744f90be3e..03474112825faf5d56d7bfd3d476540e3e41b660 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1