diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:59:33 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:59:33 +0200 |
commit | cde5f42065a73cbff6fa8320ef64078ff949b305 (patch) | |
tree | b218ea6d639beb28ec66dd8d71929d748ec6e3c9 /dev-python/rebulk | |
parent | dev-python/rarfile: Add python3_6 (diff) | |
download | gentoo-cde5f42065a73cbff6fa8320ef64078ff949b305.tar.gz gentoo-cde5f42065a73cbff6fa8320ef64078ff949b305.tar.bz2 gentoo-cde5f42065a73cbff6fa8320ef64078ff949b305.zip |
dev-python/rebulk: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r-- | dev-python/rebulk/rebulk-0.8.2.ebuild | 2 | ||||
-rw-r--r-- | 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 5f19529b2b73..4fbf9cb372d9 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 c9299da078f4..a4d9d0f5a46d 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 |