diff options
author | Holger Hoffstätte <holger.hoffstaette@googlemail.com> | 2016-02-02 18:27:42 +0100 |
---|---|---|
committer | Holger Hoffstätte <holger.hoffstaette@googlemail.com> | 2016-02-02 18:27:42 +0100 |
commit | 53ca884238eb49db7aad24ee67e569903515cc38 (patch) | |
tree | abd36e3fcbbb5c5fd853d36d6567258726f17873 /x11-libs/libxcb | |
parent | dev-perl/Filter: add alpha keyword (diff) | |
download | gentoo-53ca884238eb49db7aad24ee67e569903515cc38.tar.gz gentoo-53ca884238eb49db7aad24ee67e569903515cc38.tar.bz2 gentoo-53ca884238eb49db7aad24ee67e569903515cc38.zip |
x11-libs/libxcb: add support for python 3.5
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxcb/libxcb-1.11-r1.ebuild b/x11-libs/libxcb/libxcb-1.11-r1.ebuild index f8ed45074974..418ebb0514be 100644 --- a/x11-libs/libxcb/libxcb-1.11-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.11-r1.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 |