net-analyzer/lilac: Remove depend.php from inherit wrt bug 552852
authorBrian Evans <grknight@gentoo.org>
Wed, 25 Nov 2015 14:21:01 +0000 (09:21 -0500)
committerBrian Evans <grknight@gentoo.org>
Wed, 25 Nov 2015 14:21:01 +0000 (09:21 -0500)
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

index 63c8db1aa71a012d25ee736f74a42d23f78d8a5d..fbd1294288691d9765a2c8b765cef9a06bf334a3 100644 (file)
@@ -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