commit:     59404d4324245bfbd130381a49e65988bb84e789
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 17:02:10 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 17:03:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59404d43

net-analyzer/icinga2: moving flex/bison to depend only

Package-Manager: portage-2.2.26

 net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
index 6c6709a..0cc2bd1 100644
--- a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
@@ -14,17 +14,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+mysql postgres classicui console lto minimal nano-syntax +plugins 
studio +vim-syntax"
 
-DEPEND="
+CDEPEND="
        dev-libs/openssl:0
        >=dev-libs/boost-1.41
-       sys-devel/bison
-       >=sys-devel/flex-2.5.35
        console? ( dev-libs/libedit )
        mysql? ( virtual/mysql )
        postgres? ( dev-db/postgresql:= )"
 
+DEPEND="
+       ${CDEPEND}
+       sys-devel/bison
+       >=sys-devel/flex-2.5.35"
+
 RDEPEND="
-       ${DEPEND}
+       ${CDEPEND}
        plugins? ( || (
                net-analyzer/monitoring-plugins
                net-analyzer/nagios-plugins

Reply via email to