commit: 8a8bc44c12ae69dd00a29e6695a205675b9cda87
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 21:15:11 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 21:15:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8bc44c
sys-libs/gpm: make CONFIG_INPUT_MOUSEDEV check non-fatal
Thanks-to: kurly
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-libs/gpm/gpm-1.20.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/gpm/gpm-1.20.7-r3.ebuild
b/sys-libs/gpm/gpm-1.20.7-r3.ebuild
index bb7b8679025..22f9f5d1a4a 100644
--- a/sys-libs/gpm/gpm-1.20.7-r3.ebuild
+++ b/sys-libs/gpm/gpm-1.20.7-r3.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
sys-apps/texinfo
virtual/yacc"
-CONFIG_CHECK="INPUT_MOUSEDEV"
+CONFIG_CHECK="~INPUT_MOUSEDEV"
ERROR_INPUT_MOUSEDEV="CONFIG_INPUT_MOUSEDEV:\tis not set (required to expose
mice for GPM)"
pkg_pretend() {