From df8e141cf39897de4379fed9d47e5a4e1fc94c62 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 26 Jun 2018 19:51:16 +0200 Subject: [PATCH] dev-python/slackclient: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-python/slackclient/slackclient-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/slackclient/slackclient-1.2.0.ebuild b/dev-python/slackclient/slackclient-1.2.0.ebuild index 728b06056bd2f..e5eadfd28be92 100644 --- a/dev-python/slackclient/slackclient-1.2.0.ebuild +++ b/dev-python/slackclient/slackclient-1.2.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Client for Slack supporting the Slack Web and Real Time Messaging API"