dev-python/babelfish: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 20:01:16 +0000 (22:01 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 20:01:16 +0000 (22:01 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/babelfish/babelfish-0.5.5-r1.ebuild
dev-python/babelfish/babelfish-9999.ebuild

index 72e1f8d69f119c0b0b705f7f285e6128e304d251..45a530fbae29090467dfc26506759a58e79fdb34 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-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
 
index 5162d5a26f5a777f815de40085b3dd7b892c8dfd..e8b9c1375b7735c1924eabd4512e67428222382e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-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 git-r3