diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2022-09-02 22:36:23 +1000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2022-09-02 22:37:06 +1000 |
commit | 098c9bd85eb9ce63971a248fe6b1f9d9a50c439e (patch) | |
tree | 1170b4b5d4dacb72a7d5281f8d25371774b01daa /app-laptop | |
parent | net-analyzer/nagios-plugins: remove unused patch (diff) | |
download | gentoo-098c9bd85eb9ce63971a248fe6b1f9d9a50c439e.tar.gz gentoo-098c9bd85eb9ce63971a248fe6b1f9d9a50c439e.tar.bz2 gentoo-098c9bd85eb9ce63971a248fe6b1f9d9a50c439e.zip |
app-laptop/tuxedo-keyboard: add missing kernel config dep
Closes: https://bugs.gentoo.org/865391
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10-r1.ebuild (renamed from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.10.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 |