From: hkgz Date: Sun, 6 Mar 2016 16:24:58 +0000 (+0000) Subject: x11-libs/libxcb, x11-proto/xcb-proto: add support for python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da536bca5948eba2ff7b53d85aac2a6fc378999a;p=gentoo.git 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 --- diff --git a/x11-libs/libxcb/libxcb-1.11.1.ebuild b/x11-libs/libxcb/libxcb-1.11.1.ebuild index d513efa9a125..14a29e084eba 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 780c0d6a417f..60a5a888eff4 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