commit:     64a932e34afd0526899980ba45fd887e0c4cf813
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 13:02:05 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 13:02:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a932e3

www-apps/websvn: Drop depend.php eclass and insert the DEPENDs it added

This effectively does not change the vdb as the DEPEND and RDEPEND values
are the same as they were previously

Package-Manager: portage-2.3.0

 www-apps/websvn/websvn-2.3.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apps/websvn/websvn-2.3.2.ebuild 
b/www-apps/websvn/websvn-2.3.2.ebuild
index b01c38a..f6cb952 100644
--- a/www-apps/websvn/websvn-2.3.2.ebuild
+++ b/www-apps/websvn/websvn-2.3.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="2"
 
-inherit depend.php eutils webapp
+inherit eutils webapp
 
 MY_P="${P//_/}"
 
@@ -17,13 +17,13 @@ LICENSE="GPL-2"
 IUSE="enscript"
 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 
-DEPEND=""
+DEPEND="virtual/httpd-php"
 RDEPEND="dev-vcs/subversion
-       enscript? ( app-text/enscript )"
+       enscript? ( app-text/enscript )
+       virtual/httpd-php"
 RESTRICT="mirror"
 
 need_httpd_cgi
-need_php_httpd
 
 S="${WORKDIR}/${MY_P}"
 

Reply via email to