x11-libs/libxcb, x11-proto/xcb-proto: add support for python 3.5

Closes: https://github.com/gentoo/gentoo/pull/988

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
hkgz
2016-03-06 16:24:58 +00:00
committed by Patrice Clement
parent abb29c5d19
commit da536bca59
2 changed files with 2 additions and 2 deletions

View 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

View 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