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 10337138247 for ; Thu, 2 Jan 2014 22:07:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56932E0AD6; Thu, 2 Jan 2014 22:07:54 +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 DC866E0AD6 for ; Thu, 2 Jan 2014 22:07: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 D85D133F1E7 for ; Thu, 2 Jan 2014 22:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 12AD3E54AB for ; Thu, 2 Jan 2014 22:07:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1388700462.a3826b69c60a1b8eb27252c5c2865ced78c6c7f6.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a3826b69c60a1b8eb27252c5c2865ced78c6c7f6 X-VCS-Branch: master Date: Thu, 2 Jan 2014 22:07:49 +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: b284eff9-a82e-48b4-a85c-bf8e0dfd8d29 X-Archives-Hash: a2f8ac3370d4b03aeea272a1ee772e3b commit: a3826b69c60a1b8eb27252c5c2865ced78c6c7f6 Author: Matt Turner gmail com> AuthorDate: Thu Jan 2 22:07:42 2014 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 2 22:07:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a3826b69 x11-drivers/xf86-input-evdev: Make INPUT_EVDEV dependency non-fatal --- x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ff7a5fe..0acb8f9 100644 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} pkg_pretend() { if use kernel_linux ; then - CONFIG_CHECK="INPUT_EVDEV" + CONFIG_CHECK="~INPUT_EVDEV" fi check_extra_config }