Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Sat, 28 Nov 2015 20:19:20
Message-Id: 1448741910.61cef32fd37c74020e705a48e09f2abebbbebe48.prometheanfire@gentoo
1 commit: 61cef32fd37c74020e705a48e09f2abebbbebe48
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 20:18:30 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 20:18:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cef32f
7
8 fixing wxgtk dep
9
10 net-analyzer/icinga2/icinga2-2.4.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-analyzer/icinga2/icinga2-2.4.1.ebuild b/net-analyzer/icinga2/icinga2-2.4.1.ebuild
14 index d81544d..b7cde9f 100644
15 --- a/net-analyzer/icinga2/icinga2-2.4.1.ebuild
16 +++ b/net-analyzer/icinga2/icinga2-2.4.1.ebuild
17 @@ -29,7 +29,7 @@ RDEPEND="
18 net-analyzer/nagios-plugins
19 ) )
20 classicui? ( net-analyzer/icinga[web] )
21 - studio? ( >=x11-libs/wxGTK-2.9.0.0 )"
22 + studio? ( x11-libs/wxGTK:2.9 )"
23
24 REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"