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 B5901138359 for ; Sat, 12 Sep 2020 10:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEAEEE0802; Sat, 12 Sep 2020 10:18:15 +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 C06CCE0802 for ; Sat, 12 Sep 2020 10:18:15 +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 9AEB733D7E3 for ; Sat, 12 Sep 2020 10:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150F433F for ; Sat, 12 Sep 2020 10:18:13 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1599905888.d200ae6a5ad300b62f3fb874705fb88be1201456.zlogene@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_p20200128-r1.ebuild sys-libs/pam/pam-1.4.0_p20200829.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d200ae6a5ad300b62f3fb874705fb88be1201456 X-VCS-Branch: master Date: Sat, 12 Sep 2020 10:18:13 +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: 04080b92-eccc-4c44-8496-9b2224d21dc6 X-Archives-Hash: 802dc9d5895a5d9ab630e7c4e60697bf commit: d200ae6a5ad300b62f3fb874705fb88be1201456 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 12 10:17:05 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 12 10:18:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d200ae6a sys-libs/pam: Add missing yacc dependency Closes: https://bugs.gentoo.org/741726 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> sys-libs/pam/pam-1.3.1_p20200128-r1.ebuild | 1 + sys-libs/pam/pam-1.4.0_p20200829.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-libs/pam/pam-1.3.1_p20200128-r1.ebuild b/sys-libs/pam/pam-1.3.1_p20200128-r1.ebuild index c378c14137b..2117aa046cd 100644 --- a/sys-libs/pam/pam-1.3.1_p20200128-r1.ebuild +++ b/sys-libs/pam/pam-1.3.1_p20200128-r1.ebuild @@ -28,6 +28,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2 DEPEND=" virtual/libcrypt:=[${MULTILIB_USEDEP}] >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] + virtual/yacc 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.4.0_p20200829.ebuild b/sys-libs/pam/pam-1.4.0_p20200829.ebuild index d79072d1933..9dcc1d21c89 100644 --- a/sys-libs/pam/pam-1.4.0_p20200829.ebuild +++ b/sys-libs/pam/pam-1.4.0_p20200829.ebuild @@ -27,6 +27,7 @@ BDEPEND=" DEPEND=" virtual/libcrypt:=[${MULTILIB_USEDEP}] >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] + virtual/yacc audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )