Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/ldap/
Date: Tue, 04 May 2021 19:10:11
Message-Id: 1620155363.816b315124c41768d38ff283d1672944b3d5a32d.sam@gentoo
1 commit: 816b315124c41768d38ff283d1672944b3d5a32d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:16:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816b3151
7
8 acct-user/ldap: fix phase definition style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 acct-user/ldap/ldap-0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/acct-user/ldap/ldap-0.ebuild b/acct-user/ldap/ldap-0.ebuild
17 index 5af550467fd..dbb6a9e79d8 100644
18 --- a/acct-user/ldap/ldap-0.ebuild
19 +++ b/acct-user/ldap/ldap-0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2019-2020 Gentoo Authors
22 +# Copyright 2019-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,6 +11,6 @@ ACCT_USER_GROUPS=( ldap )
27
28 acct-user_add_deps
29
30 -pkg_setup(){
31 +pkg_setup() {
32 ACCT_USER_HOME=/usr/$(get_libdir)/openldap
33 }