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 1CE39138350 for ; Wed, 12 Feb 2020 19:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 432D1E085B; Wed, 12 Feb 2020 19:21:57 +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 22FFFE085B for ; Wed, 12 Feb 2020 19:21:57 +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 C09E934E3D1 for ; Wed, 12 Feb 2020 19:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C69B710F for ; Wed, 12 Feb 2020 19:21:53 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1581535307.96103a514eb93fd511ae15ec260ab9a577b8c72b.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.3.1-r1.ebuild sys-libs/pam/pam-1.3.1_p20200128.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 96103a514eb93fd511ae15ec260ab9a577b8c72b X-VCS-Branch: master Date: Wed, 12 Feb 2020 19:21:53 +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: 12bcd0c2-a0e1-48e7-afbc-5c1b7207ad09 X-Archives-Hash: aa101c1738a17891a3739a6f3d4ddf37 commit: 96103a514eb93fd511ae15ec260ab9a577b8c72b Author: Patrick McLean sony com> AuthorDate: Wed Feb 12 19:21:37 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Feb 12 19:21:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96103a51 sys-libs/pam: Add a dep on virtual/libcrypt:= Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> sys-libs/pam/pam-1.3.1-r1.ebuild | 1 + sys-libs/pam/pam-1.3.1_p20200128.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-libs/pam/pam-1.3.1-r1.ebuild b/sys-libs/pam/pam-1.3.1-r1.ebuild index ee93946e860..9a130da7496 100644 --- a/sys-libs/pam/pam-1.3.1-r1.ebuild +++ b/sys-libs/pam/pam-1.3.1-r1.ebuild @@ -24,6 +24,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2 nls? ( sys-devel/gettext )" DEPEND=" + virtual/libcrypt:= audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] ) diff --git a/sys-libs/pam/pam-1.3.1_p20200128.ebuild b/sys-libs/pam/pam-1.3.1_p20200128.ebuild index 85f03158420..5cb6d859ed7 100644 --- a/sys-libs/pam/pam-1.3.1_p20200128.ebuild +++ b/sys-libs/pam/pam-1.3.1_p20200128.ebuild @@ -26,6 +26,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2 nls? ( sys-devel/gettext )" DEPEND=" + virtual/libcrypt:= audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )