commit:     c6a3f54f30c43d7020bd5e62a444fc4cf9e54d2a
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 03:30:42 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 03:30:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a3f54f

sys-apps/util-linux: fix pam file installation

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/util-linux/util-linux-2.29.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
index a4dccc6ab0..f57dfef1b8 100644
--- a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \
-       python-single-r1 multilib-minimal systemd
+       pam python-single-r1 multilib-minimal systemd
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${MY_PV}
@@ -181,8 +181,8 @@ multilib_src_install_all() {
        prune_libtool_files
 
        if use pam; then
-               dopamd "${FILESDIR}/runuser.pamd" runuser
-               dopamd "${FILESDIR}/runuser-l.pamd" runuser-l
+               newpamd "${FILESDIR}/runuser.pamd" runuser
+               newpamd "${FILESDIR}/runuser-l.pamd" runuser-l
        fi
 }
 

Reply via email to