commit: ac0993c964377ed6addca209d10de74cd32e99b9 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Nov 25 14:21:01 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Nov 25 14:21:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0993c9
net-analyzer/lilac: Remove depend.php from inherit wrt bug 552852 This simply replaces the function call with the dep it was adding. No effective dep changes. Package-Manager: portage-2.2.25 net-analyzer/lilac/lilac-1.0.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-analyzer/lilac/lilac-1.0.3.ebuild b/net-analyzer/lilac/lilac-1.0.3.ebuild index 63c8db1..fbd1294 100644 --- a/net-analyzer/lilac/lilac-1.0.3.ebuild +++ b/net-analyzer/lilac/lilac-1.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils webapp depend.php +inherit eutils webapp DESCRIPTION="Web-based configuration tool written to configure Nagios" HOMEPAGE="http://www.lilacplatform.com" @@ -18,10 +18,9 @@ RDEPEND=" >=net-analyzer/nagios-3.0 >=virtual/mysql-5.0 dev-lang/php[curl,json,mysql,pcntl,pdo,posix,simplexml] + virtual/httpd-php " -need_php_httpd - src_install() { webapp_src_preinst
