Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
Date: Sun, 29 May 2016 19:31:16
Message-Id: 1464550282.96e99c5c626065f432e7135f5f557dcdfcd97251.chithanh@gentoo
1 commit: 96e99c5c626065f432e7135f5f557dcdfcd97251
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 19:31:22 2016 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 19:31:22 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=96e99c5c
7
8 x11-libs/libxcb: sync dependencies and python compatibility with portage
9
10 x11-libs/libxcb/libxcb-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
14 index b12397a..a480e50 100644
15 --- a/x11-libs/libxcb/libxcb-9999.ebuild
16 +++ b/x11-libs/libxcb/libxcb-9999.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=5
20
21 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
22 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4,3_5} )
23 PYTHON_REQ_USE=xml
24
25 XORG_DOC=doc
26 @@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
27 dev-libs/libxslt
28 ${PYTHON_DEPS}
29 $(python_gen_any_dep \
30 - ">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
31 + ">=x11-proto/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
32
33 python_check_deps() {
34 has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]"