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/pnp4nagios/
Date: Mon, 17 Feb 2020 23:37:59
Message-Id: 1581982667.28289c7f1df4e82a1aefe21bb804ec6d2293146e.prometheanfire@gentoo
1 commit: 28289c7f1df4e82a1aefe21bb804ec6d2293146e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 23:37:34 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 23:37:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28289c7f
7
8 net-analyzer/pnp4nagios: remove icinga dependency
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
17 index 48d161daa23..6a09ab87188 100644
18 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
19 +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,7 +20,7 @@ REQUIRED_USE="^^ ( icinga nagios )"
27 DEPEND="
28 dev-lang/php:*[filter,gd,json,simplexml,xml,zlib]
29 net-analyzer/rrdtool[graph,perl]
30 - icinga? ( || ( net-analyzer/icinga2 net-analyzer/icinga ) )
31 + icinga? ( net-analyzer/icinga2 )
32 nagios? ( net-analyzer/nagios-core )"
33
34 # A list of modules used in our Apache config file.