From: Matthew Thode Date: Mon, 18 Jan 2016 17:02:10 +0000 (-0600) Subject: net-analyzer/icinga2: moving flex/bison to depend only X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=59404d4324245bfbd130381a49e65988bb84e789;p=gentoo.git net-analyzer/icinga2: moving flex/bison to depend only Package-Manager: portage-2.2.26 --- diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild index 6c6709abd31a..0cc2bd120b8a 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