Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-apps/xinput/
Date: Wed, 21 Dec 2011 19:27:44
Message-Id: 4593bb9da19183526613ee94feb8018a97e0fdfc.chithead@gentoo
1 commit: 4593bb9da19183526613ee94feb8018a97e0fdfc
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 21 19:27:44 2011 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Wed Dec 21 19:27:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4593bb9d
7
8 x11-apps/xinput: raise libXi dependency
9
10 ---
11 x11-apps/xinput/xinput-9999.ebuild | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/x11-apps/xinput/xinput-9999.ebuild b/x11-apps/xinput/xinput-9999.ebuild
15 index 27f2f00..b23f57e 100644
16 --- a/x11-apps/xinput/xinput-9999.ebuild
17 +++ b/x11-apps/xinput/xinput-9999.ebuild
18 @@ -12,6 +12,6 @@ IUSE=""
19
20 RDEPEND=">=x11-libs/libX11-1.3
21 x11-libs/libXext
22 - >=x11-libs/libXi-1.3"
23 + >=x11-libs/libXi-1.4.99.1"
24 DEPEND="${RDEPEND}
25 >=x11-proto/inputproto-2.0"