diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-10-07 17:35:38 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-10-07 17:35:38 -0700 |
commit | ca4b1a57178c2a3acbc8eaaf67f0082a11996bc2 (patch) | |
tree | c57992696fc9667599e2a2f31a6d00b5d24bbf93 /sys-auth/nss-pam-ldapd | |
parent | virtual/rust: arm64 stable (bug #695696) (diff) | |
download | gentoo-ca4b1a57178c2a3acbc8eaaf67f0082a11996bc2.tar.gz gentoo-ca4b1a57178c2a3acbc8eaaf67f0082a11996bc2.tar.bz2 gentoo-ca4b1a57178c2a3acbc8eaaf67f0082a11996bc2.zip |
sys-auth/nss-pam-ldapd: Fix pynslcd module path patch in 0.9.11
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.11-pynslcd-module-paths.patch | 25 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11.ebuild | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.11-pynslcd-module-paths.patch b/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.11-pynslcd-module-paths.patch new file mode 100644 index 000000000000..75ad1015afc1 --- /dev/null +++ b/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.11-pynslcd-module-paths.patch @@ -0,0 +1,25 @@ +diff --git a/pynslcd/pynslcd.py b/pynslcd/pynslcd.py +index 0691b61..df2ca4a 100755 +--- a/pynslcd/pynslcd.py ++++ b/pynslcd/pynslcd.py +@@ -30,13 +30,13 @@ import threading + import daemon + import ldap + +-import cfg +-import common +-import constants +-import invalidator +-import mypidfile +-import search +-from tio import TIOStream ++import pynslcd.cfg ++import pynslcd.common ++import pynslcd.constants ++import pynslcd.invalidator ++import pynslcd.mypidfile ++import pynslcd.search ++from pynslcd.tio import TIOStream + + + # the name of the program diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11.ebuild index 0b63e2b3f24b..2a5d6c9a68b1 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11.ebuild @@ -41,7 +41,7 @@ REQUIRED_USE=" PATCHES=( "${FILESDIR}"/${PN}-0.9.4-disable-py3-only-linters.patch - "${FILESDIR}"/${PN}-0.9.8-pynslcd-module-paths.patch + "${FILESDIR}"/${PN}-0.9.11-pynslcd-module-paths.patch ) pkg_setup() { |