commit: 82fa72eee83c3fc3a264382e22730adb5e0cf32b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Jun 28 19:13:16 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Jun 28 19:17:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fa72ee
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 a0d4b80e6e2..192fe2a5145 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