www-apps/dotproject: Remove depend.php from inherit wrt bug 552862
authorBrian Evans <grknight@gentoo.org>
Tue, 8 Dec 2015 18:52:46 +0000 (13:52 -0500)
committerBrian Evans <grknight@gentoo.org>
Tue, 8 Dec 2015 18:52:46 +0000 (13:52 -0500)
This simply replaces the function call with the dep it was adding.
No effective dep changes.

Package-Manager: portage-2.2.26

www-apps/dotproject/dotproject-2.1.7-r1.ebuild

index 16b1f6cb00b68b41babd8feb26558d24b49c7ae5..4c973b7ac701b52c715a31580062819f9975a556 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 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="dotProject is a PHP web-based project management framework"
 HOMEPAGE="http://www.dotproject.net/"
@@ -15,10 +15,10 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="app-text/poppler[utils]
-       dev-php/PEAR-Date"
+       dev-php/PEAR-Date
+       virtual/httpd-php"
 
 need_httpd_cgi
-need_php_httpd
 
 S=${WORKDIR}/${PN}