diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-11-28 14:18:30 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-11-28 14:18:30 -0600 |
commit | 61cef32fd37c74020e705a48e09f2abebbbebe48 (patch) | |
tree | 7b60b0e4fec37de57986303747bd135a150df858 /net-analyzer | |
parent | bup (diff) | |
download | gentoo-61cef32fd37c74020e705a48e09f2abebbbebe48.tar.gz gentoo-61cef32fd37c74020e705a48e09f2abebbbebe48.tar.bz2 gentoo-61cef32fd37c74020e705a48e09f2abebbbebe48.zip |
fixing wxgtk dep
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.4.1.ebuild b/net-analyzer/icinga2/icinga2-2.4.1.ebuild index d81544d7130f..b7cde9f1619d 100644 --- a/net-analyzer/icinga2/icinga2-2.4.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.4.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" net-analyzer/nagios-plugins ) ) classicui? ( net-analyzer/icinga[web] ) - studio? ( >=x11-libs/wxGTK-2.9.0.0 )" + studio? ( x11-libs/wxGTK:2.9 )" REQUIRED_USE="!minimal? ( || ( mysql postgres ) )" |