Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
Date: Sun, 26 Jan 2014 19:10:32
Message-Id: 1390762824.4c077712c89975f2087d5815a5c09bd9a84b732e.mattst88@gentoo
1 commit: 4c077712c89975f2087d5815a5c09bd9a84b732e
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 26 19:00:24 2014 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 19:00:24 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4c077712
7
8 x11-libs/libxcb: Update libxcb-9999's dependencies.
9
10 ---
11 x11-libs/libxcb/libxcb-9999.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
15 index ddef122..0edfff4 100644
16 --- a/x11-libs/libxcb/libxcb-9999.ebuild
17 +++ b/x11-libs/libxcb/libxcb-9999.ebuild
18 @@ -27,10 +27,10 @@ RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
19 DEPEND="${RDEPEND}
20 dev-libs/libxslt
21 $(python_gen_any_dep \
22 - ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
23 + ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
24
25 python_check_deps() {
26 - has_version ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
27 + has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
28 }
29
30 pkg_setup() {