diff options
author | Brian Evans <grknight@gentoo.org> | 2015-11-25 09:21:01 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-11-25 09:21:01 -0500 |
commit | ac0993c964377ed6addca209d10de74cd32e99b9 (patch) | |
tree | 6ee77335f4a4199d6cab32fb8eb878d41300948b /net-analyzer | |
parent | net-nds/phpldapadmin: Remove depend.php from inherit wrt bug 552854 (diff) | |
download | gentoo-ac0993c964377ed6addca209d10de74cd32e99b9.tar.gz gentoo-ac0993c964377ed6addca209d10de74cd32e99b9.tar.bz2 gentoo-ac0993c964377ed6addca209d10de74cd32e99b9.zip |
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
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/lilac/lilac-1.0.3.ebuild | 7 |
1 files 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 63c8db1aa71a..fbd129428869 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 |