From: Matthew Thode Date: Fri, 10 Feb 2017 21:33:09 +0000 (-0600) Subject: www-apps/icingaweb2: add pdf use flag (allows for exporting pdf) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=051333e23e9962471427a6c66ef36ed599d1c426;p=gentoo.git www-apps/icingaweb2: add pdf use flag (allows for exporting pdf) Package-Manager: portage-2.3.3 --- diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 799ce70a9f33..df67088f4866 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -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 || (