From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RdRpH-0005Ot-Qc for garchives@archives.gentoo.org; Wed, 21 Dec 2011 19:27:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8707921C0D6; Wed, 21 Dec 2011 19:27:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 534D821C0D6 for ; Wed, 21 Dec 2011 19:27:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C628F1B4032 for ; Wed, 21 Dec 2011 19:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 162A580042 for ; Wed, 21 Dec 2011 19:27:35 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <4593bb9da19183526613ee94feb8018a97e0fdfc.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-apps/xinput/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-apps/xinput/xinput-9999.ebuild X-VCS-Directories: x11-apps/xinput/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 4593bb9da19183526613ee94feb8018a97e0fdfc Date: Wed, 21 Dec 2011 19:27:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b6cd886a-e74a-44f1-a670-9fdcf6c07564 X-Archives-Hash: fc24fe726704c4ab6ec08fd573215c66 commit: 4593bb9da19183526613ee94feb8018a97e0fdfc Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Wed Dec 21 19:27:44 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Wed Dec 21 19:27:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D4593bb9d x11-apps/xinput: raise libXi dependency --- x11-apps/xinput/xinput-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-apps/xinput/xinput-9999.ebuild b/x11-apps/xinput/xinput-= 9999.ebuild index 27f2f00..b23f57e 100644 --- a/x11-apps/xinput/xinput-9999.ebuild +++ b/x11-apps/xinput/xinput-9999.ebuild @@ -12,6 +12,6 @@ IUSE=3D"" =20 RDEPEND=3D">=3Dx11-libs/libX11-1.3 x11-libs/libXext - >=3Dx11-libs/libXi-1.3" + >=3Dx11-libs/libXi-1.4.99.1" DEPEND=3D"${RDEPEND} >=3Dx11-proto/inputproto-2.0"