commit: 098c9bd85eb9ce63971a248fe6b1f9d9a50c439e Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Fri Sep 2 12:36:23 2022 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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 <mschiff <AT> 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
