From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E00F138334 for ; Mon, 6 Aug 2018 17:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B41E07A7; Mon, 6 Aug 2018 17:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E9D8E07A7 for ; Mon, 6 Aug 2018 17:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9CF4335CC0 for ; Mon, 6 Aug 2018 17:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24E83385 for ; Mon, 6 Aug 2018 17:13:26 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1533575581.6d09aaaf58a557c47cf91dd4e07c778c26e49c32.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lirc/lirc-0.10.1.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 6d09aaaf58a557c47cf91dd4e07c778c26e49c32 X-VCS-Branch: master Date: Mon, 6 Aug 2018 17:13:26 +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: c754eda8-77f5-40e8-8848-603deeba5703 X-Archives-Hash: 86cb9e4b3cd51ba6dd3e6f0f825117a0 commit: 6d09aaaf58a557c47cf91dd4e07c778c26e49c32 Author: Craig Andrews gentoo org> AuthorDate: Mon Aug 6 17:12:36 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Aug 6 17:13:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d09aaaf app-misc/lirc: If CONFIG_INPUT_UINPUT is not set, warn, don't error Package-Manager: Portage-2.3.44, Repoman-2.3.10 app-misc/lirc/lirc-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/lirc/lirc-0.10.1.ebuild b/app-misc/lirc/lirc-0.10.1.ebuild index 9b775a2c345..32363e61ae0 100644 --- a/app-misc/lirc/lirc-0.10.1.ebuild +++ b/app-misc/lirc/lirc-0.10.1.ebuild @@ -70,7 +70,7 @@ RDEPEND=" MAKEOPTS+=" -j1" pkg_setup() { - use uinput && CONFIG_CHECK="INPUT_UINPUT" + use uinput && CONFIG_CHECK="~INPUT_UINPUT" python-single-r1_pkg_setup linux-info_pkg_setup }