Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Sun, 26 Feb 2017 03:31:18
Message-Id: 1488079858.c6a3f54f30c43d7020bd5e62a444fc4cf9e54d2a.prometheanfire@gentoo
1 commit: c6a3f54f30c43d7020bd5e62a444fc4cf9e54d2a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 03:30:42 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 03:30:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a3f54f
7
8 sys-apps/util-linux: fix pam file installation
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/util-linux/util-linux-2.29.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 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
16 index a4dccc6ab0..f57dfef1b8 100644
17 --- a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
18 +++ b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI="5"
20 PYTHON_COMPAT=( python2_7 python3_{4,5} )
21
22 inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \
23 - python-single-r1 multilib-minimal systemd
24 + pam python-single-r1 multilib-minimal systemd
25
26 MY_PV=${PV/_/-}
27 MY_P=${PN}-${MY_PV}
28 @@ -181,8 +181,8 @@ multilib_src_install_all() {
29 prune_libtool_files
30
31 if use pam; then
32 - dopamd "${FILESDIR}/runuser.pamd" runuser
33 - dopamd "${FILESDIR}/runuser-l.pamd" runuser-l
34 + newpamd "${FILESDIR}/runuser.pamd" runuser
35 + newpamd "${FILESDIR}/runuser-l.pamd" runuser-l
36 fi
37 }