commit: 051333e23e9962471427a6c66ef36ed599d1c426
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 21:33:09 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 21:33:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051333e2
www-apps/icingaweb2: add pdf use flag (allows for exporting pdf)
Package-Manager: portage-2.3.3
www-apps/icingaweb2/icingaweb2-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild
b/www-apps/icingaweb2/icingaweb2-9999.ebuild
index 799ce70a9f..df67088f48 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
|| (