Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga/
Date: Thu, 29 Sep 2016 21:27:36
Message-Id: 1475184441.6f1d011e30dbce0eab4052d9960e486e1c6352bf.dilfridge@gentoo
1 commit: 6f1d011e30dbce0eab4052d9960e486e1c6352bf
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 21:27:21 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 21:27:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1d011e
7
8 net-analyzer/icinga: Add missing slot operator in Perl dependency, bug 595428
9
10 Package-Manager: portage-2.3.0
11
12 .../icinga/{icinga-1.13.3-r1.ebuild => icinga-1.13.3-r2.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/icinga/icinga-1.13.3-r1.ebuild b/net-analyzer/icinga/icinga-1.13.3-r2.ebuild
16 similarity index 99%
17 rename from net-analyzer/icinga/icinga-1.13.3-r1.ebuild
18 rename to net-analyzer/icinga/icinga-1.13.3-r2.ebuild
19 index 3813739..3c30764 100644
20 --- a/net-analyzer/icinga/icinga-1.13.3-r1.ebuild
21 +++ b/net-analyzer/icinga/icinga-1.13.3-r2.ebuild
22 @@ -20,7 +20,7 @@ SLOT="0"
23 KEYWORDS="amd64 ~arm ~hppa x86"
24 IUSE="+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins postgres ssl +vim-syntax +web"
25 DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
26 - perl? ( dev-lang/perl )
27 + perl? ( dev-lang/perl:= )
28 virtual/mailx
29 web? (
30 media-libs/gd[jpeg,png]