From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C1D71381F3 for ; Wed, 18 Sep 2013 21:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE6B5E0BF0; Wed, 18 Sep 2013 21:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43913E0BF0 for ; Wed, 18 Sep 2013 21:06:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3739833E79A for ; Wed, 18 Sep 2013 21:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF77AE530A for ; Wed, 18 Sep 2013 21:06:22 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1379538397.30b25acabc6df5dc05b1b7bf84284d6e67077df5.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: 30b25acabc6df5dc05b1b7bf84284d6e67077df5 X-VCS-Branch: master Date: Wed, 18 Sep 2013 21:06:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89750da5-7567-4594-a5fa-e244b5a07871 X-Archives-Hash: aac6c02cb4079c3e03adf278c0058be0 commit: 30b25acabc6df5dc05b1b7bf84284d6e67077df5 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Wed Sep 18 21:06:37 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Wed Sep 18 21:06:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=30b25aca x11-apps/xinput: sync dependencies with portage --- x11-apps/xinput/xinput-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-apps/xinput/xinput-9999.ebuild b/x11-apps/xinput/xinput-9999.ebuild index 1b239dc..bfde849 100644 --- a/x11-apps/xinput/xinput-9999.ebuild +++ b/x11-apps/xinput/xinput-9999.ebuild @@ -12,6 +12,7 @@ IUSE="" RDEPEND=">=x11-libs/libX11-1.3 x11-libs/libXext - >=x11-libs/libXi-1.4.99.1" + >=x11-libs/libXi-1.5.99.1 + x11-libs/libXinerama" DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.0" + >=x11-proto/inputproto-2.1.99.1"