commit: 6f62a6975ebfff50b2b217480c36bc10b8731338 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Jun 28 16:24:55 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Jun 28 16:24:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f62a697
app-admin/rasdaemon: make config_check options optional made optional for so it should be able to be built on systems without those options (it's a runtime need, not a build need). This should also help with binhost building. Closes: https://bugs.gentoo.org/658058 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-admin/rasdaemon/rasdaemon-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild index aa124a97770..fd97b294f4e 100644 --- a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild +++ b/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" pkg_setup() { linux-info_pkg_setup - local CONFIG_CHECK="FUNCTION_TRACER FUNCTION_GRAPH_TRACER STACK_TRACER DYNAMIC_FTRACE" + local CONFIG_CHECK="~FUNCTION_TRACER ~FUNCTION_GRAPH_TRACER ~STACK_TRACER ~DYNAMIC_FTRACE" check_extra_config }
