diff options
author | Sam James <sam@gentoo.org> | 2021-05-04 04:16:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:09:23 +0100 |
commit | 816b315124c41768d38ff283d1672944b3d5a32d (patch) | |
tree | 1dd445e937d3eb44bd1873684bde647a9614e39c /acct-user | |
parent | media-sound/jack_capture: fix RDEPEND typo (diff) | |
download | gentoo-816b315124c41768d38ff283d1672944b3d5a32d.tar.gz gentoo-816b315124c41768d38ff283d1672944b3d5a32d.tar.bz2 gentoo-816b315124c41768d38ff283d1672944b3d5a32d.zip |
acct-user/ldap: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/ldap/ldap-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acct-user/ldap/ldap-0.ebuild b/acct-user/ldap/ldap-0.ebuild index 5af550467fd6..dbb6a9e79d87 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 } |