dev-python/python-xcaplib: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 08:24:44 +0000 (10:24 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:40:48 +0000 (16:40 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild

index 919779aea442b5eb5c1bee3c4713d971b63340d1..4283bacd35f06767d778a08c92476ebd12e28950 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
 PYTHON_REQ_USE="ssl,xml"
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1