Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mk-livestatus/
Date: Tue, 28 Jan 2020 12:34:14
Message-Id: 1580214835.1418c9e2a5d281920118feb305cc72226c72f5ce.juippis@gentoo
1 commit: 1418c9e2a5d281920118feb305cc72226c72f5ce
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 12:33:23 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 12:33:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1418c9e2
7
8 net-analyzer/mk-livestatus: fix UnnecessarySlashStrip CI issue
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
16 index 658d951078a..a0d42e5b3a7 100644
17 --- a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
18 +++ b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
19 @@ -120,7 +120,7 @@ src_install() {
20 cat <<EOF >"${T}"/nagios.cfg
21 # Ensure all data is set to event brokers
22 event_broker_options=-1
23 -broker_module=${EPREFIX%/}/usr/$(get_libdir)/${PN}/livestatus.o
24 +broker_module=${EPREFIX}/usr/$(get_libdir)/${PN}/livestatus.o
25 EOF
26 # same for icinga
27 cat <<EOF >"${T}"/icinga.cfg