From: Pacho Ramos Date: Thu, 28 Jun 2018 19:13:16 +0000 (+0200) Subject: dev-python/sleekxmpp: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82fa72eee83c3fc3a264382e22730adb5e0cf32b;p=gentoo.git dev-python/sleekxmpp: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild index a0d4b80e6e2e..192fe2a51459 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