From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 83CEC1384B4 for ; Sat, 28 Nov 2015 20:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 058FC21C021; Sat, 28 Nov 2015 20:19:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ACDF21C021 for ; Sat, 28 Nov 2015 20:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F4B73406F3 for ; Sat, 28 Nov 2015 20:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69581A4A for ; Sat, 28 Nov 2015 20:19:11 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1448741910.61cef32fd37c74020e705a48e09f2abebbbebe48.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.4.1.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 61cef32fd37c74020e705a48e09f2abebbbebe48 X-VCS-Branch: master Date: Sat, 28 Nov 2015 20:19:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7783ad51-e21f-48ed-b26e-c3e8aa69a86f X-Archives-Hash: 818ee231edf8979b473578bc4c0def17 commit: 61cef32fd37c74020e705a48e09f2abebbbebe48 Author: Matthew Thode gentoo org> AuthorDate: Sat Nov 28 20:18:30 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Nov 28 20:18:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cef32f fixing wxgtk dep net-analyzer/icinga2/icinga2-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.4.1.ebuild b/net-analyzer/icinga2/icinga2-2.4.1.ebuild index d81544d..b7cde9f 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 ) )"