From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 696CC139694 for ; Sun, 26 Feb 2017 03:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8CEE0C4F; Sun, 26 Feb 2017 03:31:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57D13E0C4F for ; Sun, 26 Feb 2017 03:31:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFEDA340988 for ; Sun, 26 Feb 2017 03:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4138754CB for ; Sun, 26 Feb 2017 03:31:12 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1488079858.c6a3f54f30c43d7020bd5e62a444fc4cf9e54d2a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.29.2-r1.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c6a3f54f30c43d7020bd5e62a444fc4cf9e54d2a X-VCS-Branch: master Date: Sun, 26 Feb 2017 03:31:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56675bd4-0fb4-42a8-9890-b547e70a643f X-Archives-Hash: ac3446075c94e052f397c07e69f621ed commit: c6a3f54f30c43d7020bd5e62a444fc4cf9e54d2a Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 26 03:30:42 2017 +0000 Commit: Matt Thode gentoo 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 }