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 7757713835A for ; Mon, 7 Sep 2020 20:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA9AE0AA1; Mon, 7 Sep 2020 20:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6C61AE0AA1 for ; Mon, 7 Sep 2020 20:44:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8700340E3E for ; Mon, 7 Sep 2020 20:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70BEF33F for ; Mon, 7 Sep 2020 20:44:32 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1599511437.f065b54fc2420c72d1d248b6a96c52c81f00d141.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/shadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/shadow/shadow-4.8-r5.ebuild sys-apps/shadow/shadow-4.8.1-r3.ebuild X-VCS-Directories: sys-apps/shadow/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f065b54fc2420c72d1d248b6a96c52c81f00d141 X-VCS-Branch: master Date: Mon, 7 Sep 2020 20:44:32 +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: 08ec5665-4d49-4680-a3fb-55ebd65fd6d4 X-Archives-Hash: 4af67f92a43fa2585ed3ecdd529684bc commit: f065b54fc2420c72d1d248b6a96c52c81f00d141 Author: David Michael gmail com> AuthorDate: Thu Sep 3 12:28:25 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Sep 7 20:43:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f065b54f sys-apps/shadow: require the mail group at runtime Closes: https://bugs.gentoo.org/720948 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> sys-apps/shadow/shadow-4.8-r5.ebuild | 1 + sys-apps/shadow/shadow-4.8.1-r3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/shadow/shadow-4.8-r5.ebuild b/sys-apps/shadow/shadow-4.8-r5.ebuild index b04fd057bc5..077d032b0c1 100644 --- a/sys-apps/shadow/shadow-4.8-r5.ebuild +++ b/sys-apps/shadow/shadow-4.8-r5.ebuild @@ -39,6 +39,7 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-4.14 " RDEPEND="${COMMON_DEPEND} + acct-group/mail pam? ( >=sys-auth/pambase-20150213 ) su? ( !sys-apps/util-linux[su(-)] ) " diff --git a/sys-apps/shadow/shadow-4.8.1-r3.ebuild b/sys-apps/shadow/shadow-4.8.1-r3.ebuild index 019710fb27c..ae7d1da3232 100644 --- a/sys-apps/shadow/shadow-4.8.1-r3.ebuild +++ b/sys-apps/shadow/shadow-4.8.1-r3.ebuild @@ -40,6 +40,7 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-4.14 " RDEPEND="${COMMON_DEPEND} + acct-group/mail pam? ( >=sys-auth/pambase-20150213 ) su? ( !sys-apps/util-linux[su(-)] ) "