From 64a932e34afd0526899980ba45fd887e0c4cf813 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 15 Aug 2016 09:02:05 -0400 Subject: 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 b01c38a14b77..f6cb952c5034 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}" -- cgit v1.2.3-65-gdbad