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 6624A138334 for ; Wed, 9 Oct 2019 10:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F4EE07D7; Wed, 9 Oct 2019 10:54:46 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C233E07D7 for ; Wed, 9 Oct 2019 10:54:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C25B34BAA6 for ; Wed, 9 Oct 2019 10:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18E37FF for ; Wed, 9 Oct 2019 10:54:42 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1570618473.a49d20a1735cf5816c0e18a14e4aa9647b662fe7.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/prefix/standalone/package.use.mask X-VCS-Directories: profiles/features/prefix/standalone/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: a49d20a1735cf5816c0e18a14e4aa9647b662fe7 X-VCS-Branch: master Date: Wed, 9 Oct 2019 10:54:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3227591e-d74a-4337-aefb-f6091e6d3c74 X-Archives-Hash: 872e8fbd5950a181ffce0f9c58d01229 commit: a49d20a1735cf5816c0e18a14e4aa9647b662fe7 Author: Benda Xu gentoo org> AuthorDate: Wed Oct 9 10:47:46 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Oct 9 10:54:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49d20a1 p/f/prefix/standalone/package.use.mask: mask sys-apps/util-linux[pam] sys-libs/pam is not essential in a Prefix system. We would rather defer prefixifying it. This commit just removes sys-libs/pam reverse dependency by @system. Closes: https://bugs.gentoo.org/695966 Signed-off-by: Benda Xu gentoo.org> profiles/features/prefix/standalone/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/prefix/standalone/package.use.mask b/profiles/features/prefix/standalone/package.use.mask index 7653e7fd7c1..636ee9549d9 100644 --- a/profiles/features/prefix/standalone/package.use.mask +++ b/profiles/features/prefix/standalone/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu (2019-10-09) +# Do not draw pam from @system. Bug 695966. +# runuser is not necessary for Prefix. +sys-apps/util-linux pam + # Benda Xu (2019-01-26) # native-extensions requires >=linux=4.6 for __NR_copy_file_range sys-apps/portage native-extensions