summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-03-18 11:44:56 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-03-18 11:45:33 -0500
commitc413fdc3df2725a3e2848de5c9cadd3c2df1246a (patch)
tree67d98f7996da17390b051624b381645226e3d179 /net-analyzer/icinga2
parentnet-p2p/vuze: treeclean (diff)
downloadgentoo-c413fdc3df2725a3e2848de5c9cadd3c2df1246a.tar.gz
gentoo-c413fdc3df2725a3e2848de5c9cadd3c2df1246a.tar.bz2
gentoo-c413fdc3df2725a3e2848de5c9cadd3c2df1246a.zip
net-analyzer/icinga2: remove systemd eclass import
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
index e74ff9ec6c08..cf77ec3fb9e8 100644
--- a/net-analyzer/icinga2/icinga2-9999.ebuild
+++ b/net-analyzer/icinga2/icinga2-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake systemd
+inherit cmake
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"