From 82fa72eee83c3fc3a264382e22730adb5e0cf32b Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 28 Jun 2018 21:13:16 +0200 Subject: [PATCH] dev-python/sleekxmpp: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild index a0d4b80e6e2ee..192fe2a51459d 100644 --- a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild +++ b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit eutils distutils-r1