app-admin/rasdaemon: make config_check options optional
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 28 Jun 2018 16:24:55 +0000 (11:24 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 28 Jun 2018 16:24:55 +0000 (11:24 -0500)
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

index aa124a97770d78c3336a0083c72e8e88ce6ad0e6..fd97b294f4e1c42b2963fa6545fd4411f9956584 100644 (file)
@@ -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
 }