commit: cde5f42065a73cbff6fa8320ef64078ff949b305
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 14:59:33 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 5 14:59:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde5f420
dev-python/rebulk: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/rebulk/rebulk-0.8.2.ebuild | 2 +-
dev-python/rebulk/rebulk-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/rebulk/rebulk-0.8.2.ebuild
b/dev-python/rebulk/rebulk-0.8.2.ebuild
index 5f19529b2b7..4fbf9cb372d 100644
--- a/dev-python/rebulk/rebulk-0.8.2.ebuild
+++ b/dev-python/rebulk/rebulk-0.8.2.ebuild
@@ -3,7 +3,7 @@
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
diff --git a/dev-python/rebulk/rebulk-9999.ebuild
b/dev-python/rebulk/rebulk-9999.ebuild
index c9299da078f..a4d9d0f5a46 100644
--- a/dev-python/rebulk/rebulk-9999.ebuild
+++ b/dev-python/rebulk/rebulk-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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3