dev-python/xcffib: add py3.5 support
authorTim Harder <radhermit@gentoo.org>
Sun, 17 Jan 2016 03:27:28 +0000 (22:27 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 17 Jan 2016 03:34:21 +0000 (22:34 -0500)
dev-python/xcffib/xcffib-0.4.0.ebuild

index c75e96be4ae92b33d64e5027fe1bbae1627f47d0..1d0f111fde60c216a0f3b09415a10db96a60d5c8 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1