diff options
author | David Seifert <soap@gentoo.org> | 2021-04-11 23:15:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-11 23:15:11 +0200 |
commit | 8a8bc44c12ae69dd00a29e6695a205675b9cda87 (patch) | |
tree | d0a2ff8c568e54d3b65c167304abb4fac871a1bf | |
parent | sys-auth/nss_ldap: Fix libdir symlinks (diff) | |
download | gentoo-8a8bc44c12ae69dd00a29e6695a205675b9cda87.tar.gz gentoo-8a8bc44c12ae69dd00a29e6695a205675b9cda87.tar.bz2 gentoo-8a8bc44c12ae69dd00a29e6695a205675b9cda87.zip |
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@gentoo.org>
-rw-r--r-- | sys-libs/gpm/gpm-1.20.7-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gpm/gpm-1.20.7-r3.ebuild b/sys-libs/gpm/gpm-1.20.7-r3.ebuild index bb7b8679025a..22f9f5d1a4aa 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() { |