From cde5f42065a73cbff6fa8320ef64078ff949b305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Fri, 5 May 2017 16:59:33 +0200 Subject: [PATCH] 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 5f19529b2b739..4fbf9cb372d90 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 c9299da078f4d..a4d9d0f5a46d4 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