summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-02-10 15:33:09 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-02-10 15:33:34 -0600
commit051333e23e9962471427a6c66ef36ed599d1c426 (patch)
tree0c5c95af88e843967d4ec8ff86b85613e4c458f6 /www-apps
parentx11-wm/awesome: Version bump to 4.0 (diff)
downloadgentoo-051333e23e9962471427a6c66ef36ed599d1c426.tar.gz
gentoo-051333e23e9962471427a6c66ef36ed599d1c426.tar.bz2
gentoo-051333e23e9962471427a6c66ef36ed599d1c426.zip
www-apps/icingaweb2: add pdf use flag (allows for exporting pdf)
Package-Manager: portage-2.3.3
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/icingaweb2/icingaweb2-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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
|| (