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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2CDA158094 for ; Fri, 2 Sep 2022 12:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A06E0769; Fri, 2 Sep 2022 12:37:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7875E0769 for ; Fri, 2 Sep 2022 12:37:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4B54341101 for ; Fri, 2 Sep 2022 12:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CAC5A3 for ; Fri, 2 Sep 2022 12:37:16 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1662122226.098c9bd85eb9ce63971a248fe6b1f9d9a50c439e.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild X-VCS-Directories: app-laptop/tuxedo-keyboard/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 098c9bd85eb9ce63971a248fe6b1f9d9a50c439e X-VCS-Branch: master Date: Fri, 2 Sep 2022 12:37:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 591363b0-12ae-4fa9-84ed-c19a2dde8ef9 X-Archives-Hash: fab77382432068311d1408e3457c4b03 commit: 098c9bd85eb9ce63971a248fe6b1f9d9a50c439e Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Sep 2 12:36:23 2022 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Sep 2 12:37:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098c9bd8 app-laptop/tuxedo-keyboard: add missing kernel config dep Closes: https://bugs.gentoo.org/865391 Signed-off-by: Marc Schiffbauer gentoo.org> .../{tuxedo-keyboard-3.0.10.ebuild => tuxedo-keyboard-3.0.10-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild similarity index 94% rename from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild rename to app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild index 996e6ff34e24..45910306dcb3 100644 --- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild +++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CONFIG_CHECK="ACPI_WMI" +CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP" inherit linux-mod toolchain-funcs