summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2013-05-15 17:06:48 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2013-05-15 17:06:48 +0000
commit3bdc8433db12c8363d88357fa582724bf35d6548 (patch)
tree8cbf01c58c91759d69eb6a4eb68bf015cf168284 /net-analyzer
parentVersion bump wrt bug #469934. (diff)
downloadgentoo-2-3bdc8433db12c8363d88357fa582724bf35d6548.tar.gz
gentoo-2-3bdc8433db12c8363d88357fa582724bf35d6548.tar.bz2
gentoo-2-3bdc8433db12c8363d88357fa582724bf35d6548.zip
[net-analyzer/icinga-web-1.9.0] Update dev-lang/php dep as the xsl use flag was renamed to xslt.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga-web/ChangeLog7
-rw-r--r--net-analyzer/icinga-web/icinga-web-1.9.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/icinga-web/ChangeLog b/net-analyzer/icinga-web/ChangeLog
index 05421b177676..41c68a8999f2 100644
--- a/net-analyzer/icinga-web/ChangeLog
+++ b/net-analyzer/icinga-web/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/icinga-web
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/ChangeLog,v 1.10 2013/05/09 22:14:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/ChangeLog,v 1.11 2013/05/15 17:06:48 jmbsvicetto Exp $
+
+ 15 May 2013; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ icinga-web-1.9.0.ebuild:
+ [net-analyzer/icinga-web-1.9.0] Update dev-lang/php dep as the xsl use flag
+ was renamed to xslt.
*icinga-web-1.9.0 (09 May 2013)
diff --git a/net-analyzer/icinga-web/icinga-web-1.9.0.ebuild b/net-analyzer/icinga-web/icinga-web-1.9.0.ebuild
index 5704b8cd7111..7f0d25169492 100644
--- a/net-analyzer/icinga-web/icinga-web-1.9.0.ebuild
+++ b/net-analyzer/icinga-web/icinga-web-1.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.9.0.ebuild,v 1.1 2013/05/09 22:14:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.9.0.ebuild,v 1.2 2013/05/15 17:06:48 jmbsvicetto Exp $
EAPI="2"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="apache2 mysql pnp postgres"
DEPEND="dev-php/phing
- dev-lang/php[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xsl,xml]
+ dev-lang/php[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xslt,xml]
pnp? ( net-analyzer/pnp4nagios )"
RDEPEND="${DEPEND}"