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-ftp/ftpbase/
Date: Sat, 12 Oct 2019 21:35:33
Message-Id: 1570916122.72b695a2ae4ace1f9c87e27942ae97081f6716ab.zlogene@gentoo
1 commit: 72b695a2ae4ace1f9c87e27942ae97081f6716ab
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 21:35:22 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 21:35:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b695a2
7
8 net-ftp/ftpbase: 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-ftp/ftpbase/ftpbase-0.01-r2.ebuild | 4 ++--
14 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
18 index fcd7923741e..370bb9c1a29 100644
19 --- a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
20 +++ b/net-ftp/ftpbase/ftpbase-0.01-r2.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=0
27 @@ -14,7 +14,7 @@ SLOT="0"
28 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
29 IUSE="pam"
30
31 -DEPEND="pam? ( virtual/pam )
32 +DEPEND="pam? ( sys-libs/pam )
33 !<net-ftp/proftpd-1.2.10-r6
34 !<net-ftp/pure-ftpd-1.0.20-r2
35 !<net-ftp/vsftpd-2.0.3-r1"
36
37 diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
38 index c1ea10e9f56..e6aa6b99df8 100644
39 --- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
40 +++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
41 @@ -14,7 +14,7 @@ SLOT="0"
42 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
43 IUSE="pam"
44
45 -DEPEND="pam? ( virtual/pam )
46 +DEPEND="pam? ( sys-libs/pam )
47 !<net-ftp/proftpd-1.2.10-r6
48 !<net-ftp/pure-ftpd-1.0.20-r2
49 !<net-ftp/vsftpd-2.0.3-r1"