summaryrefslogtreecommitdiff
path: root/www-apps/websvn
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-08-15 09:02:05 -0400
committerBrian Evans <grknight@gentoo.org>2016-08-15 09:02:05 -0400
commit64a932e34afd0526899980ba45fd887e0c4cf813 (patch)
tree4e82f6ad063c643c016f2b4b6f3aad47cbc1cb7b /www-apps/websvn
parent5075ae78397ebc8e05ba29e7e79cba0e32290eac (diff)
downloadgentoo-64a932e34afd0526899980ba45fd887e0c4cf813.tar.gz
gentoo-64a932e34afd0526899980ba45fd887e0c4cf813.tar.xz
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
Diffstat (limited to 'www-apps/websvn')
-rw-r--r--www-apps/websvn/websvn-2.3.2.ebuild10
1 files 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 b01c38a14b7..f6cb952c503 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}"