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 15D6013800E for ; Thu, 9 Aug 2012 20:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8AE7E0763; Thu, 9 Aug 2012 20:04:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B89AEE0763 for ; Thu, 9 Aug 2012 20:04:51 +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 546D81B4033 for ; Thu, 9 Aug 2012 20:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 15795E543F for ; Thu, 9 Aug 2012 20:04:50 +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: <1344542704.819b3a643eb5546f2d0d12cf604e4acfa84d7636.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-input-evdev/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild X-VCS-Directories: x11-drivers/xf86-input-evdev/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 819b3a643eb5546f2d0d12cf604e4acfa84d7636 X-VCS-Branch: master Date: Thu, 9 Aug 2012 20:04:50 +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: 04625dda-9574-425c-8878-4b4b6a902424 X-Archives-Hash: 17e5ab053f8420471e554b6d5944fe2f commit: 819b3a643eb5546f2d0d12cf604e4acfa84d7636 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Aug 9 20:05:04 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Thu Aug 9 20:05:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=819b3a64 x11-drivers/xf86-input-evdev: sync dependencies with portage --- .../xf86-input-evdev/xf86-input-evdev-9999.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild index 438e426..0d8323e 100644 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -9,8 +9,8 @@ DESCRIPTION="Generic Linux input driver" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" -RDEPEND=">=x11-base/xorg-server-1.10[udev]" +RDEPEND=">=x11-base/xorg-server-1.10[udev] + sys-libs/mtdev" DEPEND="${RDEPEND} >=x11-proto/inputproto-2.1.99.3 - >=sys-kernel/linux-headers-2.6 - sys-libs/mtdev" + >=sys-kernel/linux-headers-2.6"