From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15A0E138334 for ; Sat, 12 Oct 2019 19:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47BA2E0863; Sat, 12 Oct 2019 19:28:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F358E0863 for ; Sat, 12 Oct 2019 19:28:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51BAA34B906 for ; Sat, 12 Oct 2019 19:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D10BA772 for ; Sat, 12 Oct 2019 19:28:30 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570908503.d9a907934ecabc0bdb7c92cf1440dd40982c3560.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/proftpd/proftpd-1.3.6-r5.ebuild net-ftp/proftpd/proftpd-1.3.6-r6.ebuild X-VCS-Directories: net-ftp/proftpd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d9a907934ecabc0bdb7c92cf1440dd40982c3560 X-VCS-Branch: master Date: Sat, 12 Oct 2019 19:28:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 218ffd84-c575-4fbb-b6a6-831b077055c7 X-Archives-Hash: 1f963f0e888ac3da0c029b7f4298ed93 commit: d9a907934ecabc0bdb7c92cf1440dd40982c3560 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 19:28:23 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 19:28:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a90793 net-ftp/proftpd: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-ftp/proftpd/proftpd-1.3.6-r5.ebuild | 2 +- 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 097a848e1b5..738991828ea 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 07b05939377..050cf75b3bb 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= )