commit: 864cedc1e7d688f324c849b5a0fc006e38abe7cb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 20:01:16 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 20:01:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864cedc1
dev-python/babelfish: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 4 ++--
dev-python/babelfish/babelfish-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index 72e1f8d69f1..45a530fbae2 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
@@ -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
diff --git a/dev-python/babelfish/babelfish-9999.ebuild
b/dev-python/babelfish/babelfish-9999.ebuild
index 5162d5a26f5..e8b9c1375b7 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -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