commit: 03935c25249eaedc92aa6b7774d671492b041601 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Feb 3 13:43:39 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Feb 3 13:43:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03935c25
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 net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 4 ++-- net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild | 4 ++-- 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 84052a1..cde91ce 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 0095131..c6c16b2 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"
