Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh_agent_auth/
Date: Sat, 12 Oct 2019 20:37:19
Message-Id: 1570912628.e72d56b29f9c28fc54efdbef51ca50a34a4e1aa2.zlogene@gentoo
1 commit: e72d56b29f9c28fc54efdbef51ca50a34a4e1aa2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:37:08 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:37:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72d56b2
7
8 sys-auth/pam_ssh_agent_auth: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild | 4 ++--
14 sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 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
18 index 8afccd4a986..37eb86d8b47 100644
19 --- a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild
20 +++ b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -23,7 +23,7 @@ IUSE=""
28 PATCHES=(
29 "${FILESDIR}/${P}-openssl-1.1.1.patch"
30 )
31 -DEPEND="virtual/pam
32 +DEPEND="sys-libs/pam
33 dev-libs/openssl:0="
34
35 RDEPEND="${DEPEND}
36
37 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
38 index 2b877364229..12b2fba91df 100644
39 --- a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild
40 +++ b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -20,7 +20,7 @@ LICENSE="MIT"
48 SLOT="0"
49 IUSE=""
50
51 -DEPEND="virtual/pam
52 +DEPEND="sys-libs/pam
53 dev-libs/openssl:0="
54
55 RDEPEND="${DEPEND}