From da536bca5948eba2ff7b53d85aac2a6fc378999a Mon Sep 17 00:00:00 2001 From: hkgz Date: Sun, 6 Mar 2016 16:24:58 +0000 Subject: [PATCH] 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 --- x11-libs/libxcb/libxcb-1.11.1.ebuild | 2 +- x11-proto/xcb-proto/xcb-proto-1.11.ebuild | 2 +- 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 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 -- 2.26.2