diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-18 11:44:56 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-18 11:45:33 -0500 |
commit | c413fdc3df2725a3e2848de5c9cadd3c2df1246a (patch) | |
tree | 67d98f7996da17390b051624b381645226e3d179 /net-analyzer | |
parent | net-p2p/vuze: treeclean (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/icinga2/icinga2-9999.ebuild | 2 |
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" |