summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-02-03 08:43:39 -0500
committerBrian Evans <grknight@gentoo.org>2016-02-03 08:43:39 -0500
commit03935c25249eaedc92aa6b7774d671492b041601 (patch)
treeee72829916fd39126b59a47d04ea51d265b791de /net-nds
parentnet-analyzer/greenbone-security-assistant: Security bump, fix #573770 (diff)
downloadgentoo-03935c25249eaedc92aa6b7774d671492b041601.tar.gz
gentoo-03935c25249eaedc92aa6b7774d671492b041601.tar.bz2
gentoo-03935c25249eaedc92aa6b7774d671492b041601.zip
net-nds/phpldapadmin: Add eutils inherit for bug 573742
epatch fails because depend.php inherit was removed eutils was a secondary inherit Package-Manager: portage-2.2.27
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild4
-rw-r--r--net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
index 84052a101bf4..cde91ceff952 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit webapp
+inherit eutils webapp
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
index 009513114bf5..c6c16b21d77c 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit webapp
+inherit eutils webapp
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"