Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss_ldap/
Date: Thu, 26 Aug 2021 19:05:38
Message-Id: 1630004692.2b53bbf2ac38ceb693b0de04adbb067ee3a35c27.sam@gentoo
1 commit: 2b53bbf2ac38ceb693b0de04adbb067ee3a35c27
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 19:04:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 19:04:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b53bbf2
7
8 sys-auth/nss_ldap: fix patch filename
9
10 Caused by flip-flopping between revbumping or not
11 for the fix (which was silly).
12
13 Fixes: 185c7bc43d6c85bfa46f3420493fbe3502071ad3
14 Bug: https://bugs.gentoo.org/810058
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-auth/nss_ldap/nss_ldap-265-r10.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
21 index c066b1fceb5..8060dc766c1 100644
22 --- a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
23 +++ b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
24 @@ -32,7 +32,7 @@ src_prepare() {
25 # eprefixify is safe on non-Prefix systems, so go unconditional
26 # Note: comment this out or make it conditional on 'use prefix'
27 # if needs rebasing. Don't remove.
28 - eapply "${FILESDIR}"/${P}-r9-libdir.patch
29 + eapply "${FILESDIR}"/${P}-r10-libdir.patch
30 eprefixify Makefile.am
31
32 # bug 438692