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 88D17138334 for ; Sat, 12 Oct 2019 20:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB5DEE08EF; Sat, 12 Oct 2019 20:37:18 +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 B32E0E08EF for ; Sat, 12 Oct 2019 20:37:18 +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 D1FC034B6EC for ; Sat, 12 Oct 2019 20:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA70772 for ; Sat, 12 Oct 2019 20:37:16 +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: <1570912628.e72d56b29f9c28fc54efdbef51ca50a34a4e1aa2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh_agent_auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild X-VCS-Directories: sys-auth/pam_ssh_agent_auth/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e72d56b29f9c28fc54efdbef51ca50a34a4e1aa2 X-VCS-Branch: master Date: Sat, 12 Oct 2019 20:37:16 +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: d9ba0c5a-3adb-45de-b4ab-813a23296ffd X-Archives-Hash: 97cd2911485f20cf7f72c91dd67b2bd0 commit: e72d56b29f9c28fc54efdbef51ca50a34a4e1aa2 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 20:37:08 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 20:37:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72d56b2 sys-auth/pam_ssh_agent_auth: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild | 4 ++-- sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild index 8afccd4a986..37eb86d8b47 100644 --- a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild +++ b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ IUSE="" PATCHES=( "${FILESDIR}/${P}-openssl-1.1.1.patch" ) -DEPEND="virtual/pam +DEPEND="sys-libs/pam dev-libs/openssl:0=" RDEPEND="${DEPEND} diff --git a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild index 2b877364229..12b2fba91df 100644 --- a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild +++ b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" IUSE="" -DEPEND="virtual/pam +DEPEND="sys-libs/pam dev-libs/openssl:0=" RDEPEND="${DEPEND}