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/proftpd/
Date: Sat, 12 Oct 2019 19:28:34
Message-Id: 1570908503.d9a907934ecabc0bdb7c92cf1440dd40982c3560.zlogene@gentoo
1 commit: d9a907934ecabc0bdb7c92cf1440dd40982c3560
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 19:28:23 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 19:28:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a90793
7
8 net-ftp/proftpd: 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/proftpd/proftpd-1.3.6-r5.ebuild | 2 +-
14 net-ftp/proftpd/proftpd-1.3.6-r6.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
18 index 097a848e1b5..738991828ea 100644
19 --- a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
20 +++ b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
21 @@ -54,7 +54,7 @@ CDEPEND="acl? ( virtual/acl )
22 !libressl? ( dev-libs/openssl:0= )
23 libressl? ( dev-libs/libressl:= )
24 )
25 - pam? ( virtual/pam )
26 + pam? ( sys-libs/pam )
27 pcre? ( dev-libs/libpcre )
28 postgres? ( dev-db/postgresql:= )
29 sodium? ( dev-libs/libsodium:0= )
30
31 diff --git a/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild b/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild
32 index 07b05939377..050cf75b3bb 100644
33 --- a/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild
34 +++ b/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild
35 @@ -54,7 +54,7 @@ CDEPEND="acl? ( virtual/acl )
36 !libressl? ( dev-libs/openssl:0= )
37 libressl? ( dev-libs/libressl:= )
38 )
39 - pam? ( virtual/pam )
40 + pam? ( sys-libs/pam )
41 pcre? ( dev-libs/libpcre )
42 postgres? ( dev-db/postgresql:= )
43 sodium? ( dev-libs/libsodium:0= )