diff options
author | Sam James <sam@gentoo.org> | 2021-08-26 20:04:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-26 20:04:52 +0100 |
commit | 2b53bbf2ac38ceb693b0de04adbb067ee3a35c27 (patch) | |
tree | 18c819b2a6940552ce16453c885913089e4e708a /sys-auth | |
parent | app-text/lesspipe: drop 1.88 (diff) | |
download | gentoo-2b53bbf2ac38ceb693b0de04adbb067ee3a35c27.tar.gz gentoo-2b53bbf2ac38ceb693b0de04adbb067ee3a35c27.tar.bz2 gentoo-2b53bbf2ac38ceb693b0de04adbb067ee3a35c27.zip |
sys-auth/nss_ldap: fix patch filename
Caused by flip-flopping between revbumping or not
for the fix (which was silly).
Fixes: 185c7bc43d6c85bfa46f3420493fbe3502071ad3
Bug: https://bugs.gentoo.org/810058
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-265-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild index c066b1fceb52..8060dc766c1c 100644 --- a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild @@ -32,7 +32,7 @@ src_prepare() { # eprefixify is safe on non-Prefix systems, so go unconditional # Note: comment this out or make it conditional on 'use prefix' # if needs rebasing. Don't remove. - eapply "${FILESDIR}"/${P}-r9-libdir.patch + eapply "${FILESDIR}"/${P}-r10-libdir.patch eprefixify Makefile.am # bug 438692 |