net-analyzer/icinga2: moving flex/bison to depend only
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 18 Jan 2016 17:02:10 +0000 (11:02 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 18 Jan 2016 17:03:58 +0000 (11:03 -0600)
Package-Manager: portage-2.2.26

net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild

index 6c6709abd31a0dee7c1a57d3ede69405c6d2956d..0cc2bd120b8a4235a0754560662239c18cd2225d 100644 (file)
@@ -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