Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Sat, 18 Mar 2023 16:45:40
Message-Id: 1679157933.c413fdc3df2725a3e2848de5c9cadd3c2df1246a.prometheanfire@gentoo
1 commit: c413fdc3df2725a3e2848de5c9cadd3c2df1246a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 16:44:56 2023 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 16:45:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c413fdc3
7
8 net-analyzer/icinga2: remove systemd eclass import
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 net-analyzer/icinga2/icinga2-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
16 index e74ff9ec6c08..cf77ec3fb9e8 100644
17 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit cmake systemd
24 +inherit cmake
25
26 if [[ ${PV} != 9999 ]]; then
27 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"