diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-29 21:32:00 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-29 21:32:00 +0200 |
commit | e100ea972747f657f601fba4b1b294568b6a6901 (patch) | |
tree | 868fde1ea94c7d009fc2e81b25b00f8b699b3ea3 | |
parent | x11-libs/libxcb: sync dependencies and python compatibility with portage (diff) | |
download | x11-e100ea972747f657f601fba4b1b294568b6a6901.tar.gz x11-e100ea972747f657f601fba4b1b294568b6a6901.tar.bz2 x11-e100ea972747f657f601fba4b1b294568b6a6901.zip |
x11-libs/libxcb: sync python compatibility with portage
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild index e733dd8d..c260908e 100644 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4,3_5} ) XORG_MULTILIB=yes inherit python-r1 xorg-2 |