www-apps/icingaweb2: add pdf use flag (allows for exporting pdf)
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 10 Feb 2017 21:33:09 +0000 (15:33 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 10 Feb 2017 21:33:34 +0000 (15:33 -0600)
Package-Manager: portage-2.3.3

www-apps/icingaweb2/icingaweb2-9999.ebuild

index 799ce70a9f339391d857a07735a365f496f3a008..df67088f486630156c5113815dbc59e6e5baf66a 100644 (file)
@@ -13,12 +13,13 @@ EGIT_BRANCH="master"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="apache2 ldap mysql nginx postgres"
+IUSE="apache2 ldap mysql nginx pdf postgres"
 REQUIRED_USE="^^ ( apache2 nginx )"
 KEYWORDS=""
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
                dev-php/pecl-imagick
+               pdf? ( media-gfx/imagemagick[png] )
                apache2? (
                        >=www-servers/apache-2.4.0
                        || (