Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/
Date: Thu, 28 Jun 2018 16:25:27
Message-Id: 1530203095.6f62a6975ebfff50b2b217480c36bc10b8731338.prometheanfire@gentoo
1 commit: 6f62a6975ebfff50b2b217480c36bc10b8731338
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 16:24:55 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 16:24:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f62a697
7
8 app-admin/rasdaemon: make config_check options optional
9
10 made optional for so it should be able to be built on systems without
11 those options (it's a runtime need, not a build need).
12 This should also help with binhost building.
13
14 Closes: https://bugs.gentoo.org/658058
15 Package-Manager: Portage-2.3.40, Repoman-2.3.9
16
17 app-admin/rasdaemon/rasdaemon-0.6.1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild
21 index aa124a97770..fd97b294f4e 100644
22 --- a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild
23 +++ b/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild
24 @@ -24,7 +24,7 @@ RDEPEND="
25
26 pkg_setup() {
27 linux-info_pkg_setup
28 - local CONFIG_CHECK="FUNCTION_TRACER FUNCTION_GRAPH_TRACER STACK_TRACER DYNAMIC_FTRACE"
29 + local CONFIG_CHECK="~FUNCTION_TRACER ~FUNCTION_GRAPH_TRACER ~STACK_TRACER ~DYNAMIC_FTRACE"
30 check_extra_config
31 }