diff options
author | Brian Evans <grknight@gentoo.org> | 2016-08-15 09:02:05 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-08-15 09:02:05 -0400 |
commit | 64a932e34afd0526899980ba45fd887e0c4cf813 (patch) | |
tree | 4e82f6ad063c643c016f2b4b6f3aad47cbc1cb7b /www-apps/websvn | |
parent | www-servers/nginx: Dropping proxy-maintainer project; Rearranging maintainer ... (diff) | |
download | gentoo-64a932e34afd0526899980ba45fd887e0c4cf813.tar.gz gentoo-64a932e34afd0526899980ba45fd887e0c4cf813.tar.bz2 gentoo-64a932e34afd0526899980ba45fd887e0c4cf813.zip |
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.ebuild | 10 |
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 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}" |