commit:     97015334b8293366f1eb7b2f32991e8e8697b0d1
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 18:52:46 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 18:52:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97015334

www-apps/dotproject: Remove depend.php from inherit wrt bug 552862

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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild 
b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
index 16b1f6c..4c973b7 100644
--- a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
+++ b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
@@ -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}
 

Reply via email to