mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user