Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/
Date: Sat, 12 Oct 2019 20:21:32
Message-Id: 1570911679.6503fe0a3ebde2e58ce757b55b0148f9cb973e61.zlogene@gentoo
1 commit: 6503fe0a3ebde2e58ce757b55b0148f9cb973e61
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:21:19 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:21:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6503fe0a
7
8 net-misc/dropbear: 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 net-misc/dropbear/dropbear-2017.75.ebuild | 4 ++--
14 net-misc/dropbear/dropbear-2018.76.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/dropbear/dropbear-2017.75.ebuild b/net-misc/dropbear/dropbear-2017.75.ebuild
18 index ad5c7c8986c..2dcfb1c39e5 100644
19 --- a/net-misc/dropbear/dropbear-2017.75.ebuild
20 +++ b/net-misc/dropbear/dropbear-2017.75.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -18,7 +18,7 @@ IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
28 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )
29 dev-libs/libtommath[static-libs(+)]"
30 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
31 - pam? ( virtual/pam )"
32 + pam? ( sys-libs/pam )"
33 DEPEND="${RDEPEND}
34 static? ( ${LIB_DEPEND} )"
35 RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )"
36
37 diff --git a/net-misc/dropbear/dropbear-2018.76.ebuild b/net-misc/dropbear/dropbear-2018.76.ebuild
38 index a3ec3a6212d..cc44e579cc2 100644
39 --- a/net-misc/dropbear/dropbear-2018.76.ebuild
40 +++ b/net-misc/dropbear/dropbear-2018.76.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="5"
47 @@ -18,7 +18,7 @@ IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
48 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )
49 dev-libs/libtommath[static-libs(+)]"
50 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
51 - pam? ( virtual/pam )"
52 + pam? ( sys-libs/pam )"
53 DEPEND="${RDEPEND}
54 static? ( ${LIB_DEPEND} )"
55 RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )"