Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/
Date: Sun, 22 Nov 2015 23:33:47
Message-Id: 1448235185.867ded56b55eb4e57160a0435b1d5c4105ba6b2e.prometheanfire@gentoo
1 commit: 867ded56b55eb4e57160a0435b1d5c4105ba6b2e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 22 23:33:05 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 22 23:33:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867ded56
7
8 www-apps/icingaweb2: fixing bug 566556
9
10 Package-Manager: portage-2.2.20.1
11
12 .../icingaweb2/{icingaweb2-2.0.0.ebuild => icingaweb2-2.0.0-r1.ebuild} | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.0.0-r1.ebuild
16 similarity index 98%
17 rename from www-apps/icingaweb2/icingaweb2-2.0.0.ebuild
18 rename to www-apps/icingaweb2/icingaweb2-2.0.0-r1.ebuild
19 index 5ba2df2..f3aaa1a 100644
20 --- a/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild
21 +++ b/www-apps/icingaweb2/icingaweb2-2.0.0-r1.ebuild
22 @@ -21,10 +21,9 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
23 nginx? ( >=www-servers/nginx-1.7.0:* )"
24 RDEPEND="${DEPEND}"
25
26 -use apache2 && want_apache2
27 -
28 pkg_setup() {
29 if use apache2 ; then
30 + want_apache2
31 depend.apache_pkg_setup
32 fi