summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-28 21:13:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-28 21:17:59 +0200
commit82fa72eee83c3fc3a264382e22730adb5e0cf32b (patch)
tree783371c8b8910f1e262439444683b8d384217ff5 /dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
parentmask dev-python/pyrtf for removal (diff)
downloadgentoo-82fa72eee83c3fc3a264382e22730adb5e0cf32b.tar.gz
gentoo-82fa72eee83c3fc3a264382e22730adb5e0cf32b.tar.bz2
gentoo-82fa72eee83c3fc3a264382e22730adb5e0cf32b.zip
dev-python/sleekxmpp: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild')
-rw-r--r--dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild4
1 files 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 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