x11-libs/libxcb, x11-proto/xcb-proto: add support for python 3.5
authorhkgz <hkgz@localhost.localdomain>
Sun, 6 Mar 2016 16:24:58 +0000 (16:24 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 11 Apr 2016 20:15:26 +0000 (20:15 +0000)
Closes: https://github.com/gentoo/gentoo/pull/988

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
x11-libs/libxcb/libxcb-1.11.1.ebuild
x11-proto/xcb-proto/xcb-proto-1.11.ebuild

index d513efa9a1255846c46727cd45fb4f79360a3abe..14a29e084ebaddf07dd6b13bfd2e3f16f54b85a3 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE=xml
 
 XORG_DOC=doc
index 780c0d6a417fcc6987211219bf4fb215483a4aa2..60a5a888eff4931736da1ec8f97b9ed862c52b0d 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 XORG_MULTILIB=yes
 
 inherit python-r1 xorg-2