diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-29 21:31:22 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-29 21:31:22 +0200 |
commit | 96e99c5c626065f432e7135f5f557dcdfcd97251 (patch) | |
tree | 0295e5f708831e2cc89bc6821c6bd5927f372b7e | |
parent | dev-libs/libclc: drop base.eclass (diff) | |
download | x11-96e99c5c626065f432e7135f5f557dcdfcd97251.tar.gz x11-96e99c5c626065f432e7135f5f557dcdfcd97251.tar.bz2 x11-96e99c5c626065f432e7135f5f557dcdfcd97251.zip |
x11-libs/libxcb: sync dependencies and python compatibility with portage
-rw-r--r-- | x11-libs/libxcb/libxcb-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild index b12397a5..a480e500 100644 --- a/x11-libs/libxcb/libxcb-9999.ebuild +++ b/x11-libs/libxcb/libxcb-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} ) PYTHON_REQ_USE=xml XORG_DOC=doc @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} dev-libs/libxslt ${PYTHON_DEPS} $(python_gen_any_dep \ - ">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" + ">=x11-proto/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" python_check_deps() { has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]" |