summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhkgz <hkgz@localhost.localdomain>2016-03-06 16:24:58 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-11 20:15:26 +0000
commitda536bca5948eba2ff7b53d85aac2a6fc378999a (patch)
tree1c8bc9aeb0b2ccff76e4e2daba7d425694e9e13c
parentabb29c5d1934d87b942178eb464bdf2dc9c0700c (diff)
downloadgentoo-da536bca5948eba2ff7b53d85aac2a6fc378999a.tar.gz
gentoo-da536bca5948eba2ff7b53d85aac2a6fc378999a.tar.xz
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>
-rw-r--r--x11-libs/libxcb/libxcb-1.11.1.ebuild2
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.11.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.11.1.ebuild b/x11-libs/libxcb/libxcb-1.11.1.ebuild
index d513efa9a12..14a29e084eb 100644
--- a/x11-libs/libxcb/libxcb-1.11.1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.11.1.ebuild
@@ -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
diff --git a/x11-proto/xcb-proto/xcb-proto-1.11.ebuild b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild
index 780c0d6a417..60a5a888eff 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.11.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild
@@ -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