commit: 816b315124c41768d38ff283d1672944b3d5a32d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 03:16:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 4 19:09:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816b3151
acct-user/ldap: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
acct-user/ldap/ldap-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/acct-user/ldap/ldap-0.ebuild b/acct-user/ldap/ldap-0.ebuild
index 5af550467fd..dbb6a9e79d8 100644
--- a/acct-user/ldap/ldap-0.ebuild
+++ b/acct-user/ldap/ldap-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,6 +11,6 @@ ACCT_USER_GROUPS=( ldap )
acct-user_add_deps
-pkg_setup(){
+pkg_setup() {
ACCT_USER_HOME=/usr/$(get_libdir)/openldap
}