summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 22:31:04 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 22:32:45 +0200
commitf0e22660d24d46db59e331974980b55d75666f4d (patch)
tree40a4796a03348868decc47db092585ec5a27bc0a
parentdev-python/behave: Support python3.6 (diff)
downloadgentoo-f0e22660.tar.gz
gentoo-f0e22660.tar.bz2
gentoo-f0e22660.zip
dev-python/bert: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r--dev-python/bert/bert-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bert/bert-2.0.0.ebuild b/dev-python/bert/bert-2.0.0.ebuild
index ff1b9ae8e8ef..b4fb00b5e71d 100644
--- a/dev-python/bert/bert-2.0.0.ebuild
+++ b/dev-python/bert/bert-2.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1