diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 22:28:23 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 22:28:23 +0300 |
commit | d9a907934ecabc0bdb7c92cf1440dd40982c3560 (patch) | |
tree | 4fa2c6eab65c7ad624a9383efa39541b496ed590 /net-ftp | |
parent | gui-apps/swaylock: migrate to sys-libs/pam (diff) | |
download | gentoo-d9a907934ecabc0bdb7c92cf1440dd40982c3560.tar.gz gentoo-d9a907934ecabc0bdb7c92cf1440dd40982c3560.tar.bz2 gentoo-d9a907934ecabc0bdb7c92cf1440dd40982c3560.zip |
net-ftp/proftpd: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.6-r5.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.6-r6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild index 097a848e1b50..738991828ea1 100644 --- a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild @@ -54,7 +54,7 @@ CDEPEND="acl? ( virtual/acl ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) pcre? ( dev-libs/libpcre ) postgres? ( dev-db/postgresql:= ) sodium? ( dev-libs/libsodium:0= ) diff --git a/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild b/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild index 07b059393778..050cf75b3bbb 100644 --- a/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.6-r6.ebuild @@ -54,7 +54,7 @@ CDEPEND="acl? ( virtual/acl ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) pcre? ( dev-libs/libpcre ) postgres? ( dev-db/postgresql:= ) sodium? ( dev-libs/libsodium:0= ) |