diff options
-rw-r--r-- | x11-libs/libxcb/libxcb-1.11.1.ebuild | 2 | ||||
-rw-r--r-- | 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 |