net-nds/phpldapadmin: Remove depend.php from inherit wrt bug 552854
authorBrian Evans <grknight@gentoo.org>
Wed, 25 Nov 2015 13:47:25 +0000 (08:47 -0500)
committerBrian Evans <grknight@gentoo.org>
Wed, 25 Nov 2015 13:47:25 +0000 (08:47 -0500)
This simply replaces the function call with the dep it was adding.
No effective dep changes.
Ack by jmbsvicetto on IRC

Package-Manager: portage-2.2.25

net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild

index 6ce53f6e34f0fd9713f03bb1226782235b928825..84052a101bf4b8a74743d449d1d0f320dbb37c18 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit webapp depend.php
+inherit webapp
 
 DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
 HOMEPAGE="http://phpldapadmin.sourceforge.net"
@@ -15,10 +15,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/php[hash,ldap,session,xml,nls]
-                || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+                || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
+       virtual/httpd-php"
 
 need_httpd_cgi
-need_php_httpd
 
 src_prepare() {
        mv config/config.php.example config/config.php
index 15be856e0de15b683e1db07f9c4230d8be06c593..009513114bf5bf794a69160ff899bbe5db1ee96a 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit webapp depend.php
+inherit webapp
 
 DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
 HOMEPAGE="http://phpldapadmin.sourceforge.net"
@@ -15,10 +15,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/php[hash,ldap,session,xml,nls]
-                || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+                || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
+       virtual/httpd-php"
 
 need_httpd_cgi
-need_php_httpd
 
 src_prepare() {
        mv config/config.php.example config/config.php