diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-01-18 11:02:10 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-01-18 11:03:58 -0600 |
commit | 59404d4324245bfbd130381a49e65988bb84e789 (patch) | |
tree | 1ff7f2cedb1f4b5c6c71b3dc581839898699e643 | |
parent | Merge remote-tracking branch 'github/pr/676'. (diff) | |
download | gentoo-59404d4324245bfbd130381a49e65988bb84e789.tar.gz gentoo-59404d4324245bfbd130381a49e65988bb84e789.tar.bz2 gentoo-59404d4324245bfbd130381a49e65988bb84e789.zip |
net-analyzer/icinga2: moving flex/bison to depend only
Package-Manager: portage-2.2.26
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild | 11 |
1 files 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 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 |