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 13AB7138334 for ; Sat, 12 Oct 2019 18:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35BE8E0829; Sat, 12 Oct 2019 18:32:17 +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 19697E0829 for ; Sat, 12 Oct 2019 18:32:17 +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 44C0434BCA8 for ; Sat, 12 Oct 2019 18:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFCFB772 for ; Sat, 12 Oct 2019 18:32:13 +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: <1570905122.685344963d539da1c11bc64ec77d8272117b13a4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conserver/conserver-8.2.3.ebuild app-admin/conserver/conserver-8.2.4.ebuild X-VCS-Directories: app-admin/conserver/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 685344963d539da1c11bc64ec77d8272117b13a4 X-VCS-Branch: master Date: Sat, 12 Oct 2019 18:32:13 +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: 8a5732bb-7279-4acb-9e46-58ae7f9fd0ea X-Archives-Hash: 0c5ea80c8e76f2032f08746ed133fb83 commit: 685344963d539da1c11bc64ec77d8272117b13a4 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 18:32:02 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 18:32:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68534496 app-admin/conserver: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> app-admin/conserver/conserver-8.2.3.ebuild | 2 +- app-admin/conserver/conserver-8.2.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/conserver/conserver-8.2.3.ebuild b/app-admin/conserver/conserver-8.2.3.ebuild index d9a7265bfba..8050e3f5da8 100644 --- a/app-admin/conserver/conserver-8.2.3.ebuild +++ b/app-admin/conserver/conserver-8.2.3.ebuild @@ -24,7 +24,7 @@ DEPEND="debug? ( dev-libs/dmalloc:= ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) tcpd? ( sys-apps/tcp-wrappers ) " RDEPEND="${DEPEND} diff --git a/app-admin/conserver/conserver-8.2.4.ebuild b/app-admin/conserver/conserver-8.2.4.ebuild index 6429ff850b3..7b500c68159 100644 --- a/app-admin/conserver/conserver-8.2.4.ebuild +++ b/app-admin/conserver/conserver-8.2.4.ebuild @@ -24,7 +24,7 @@ DEPEND="debug? ( dev-libs/dmalloc:= ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) tcpd? ( sys-apps/tcp-wrappers ) " RDEPEND="${DEPEND}