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 F3F3F138334 for ; Sat, 12 Oct 2019 17:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6133E0821; Sat, 12 Oct 2019 17:49:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BB91AE0821 for ; Sat, 12 Oct 2019 17:49:36 +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 C2D0C34BCA1 for ; Sat, 12 Oct 2019 17:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CA9838 for ; Sat, 12 Oct 2019 17:49:33 +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: <1570902549.53d2f78475daa91680c8f417fd83ff176e73380a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wdm/wdm-1.28-r4.ebuild x11-misc/wdm/wdm-1.28-r5.ebuild X-VCS-Directories: x11-misc/wdm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 53d2f78475daa91680c8f417fd83ff176e73380a X-VCS-Branch: master Date: Sat, 12 Oct 2019 17:49:33 +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: 2c1ccd35-63a1-42e0-8191-8ce2e8298838 X-Archives-Hash: 983d501d9f8c8f8cd321d340bf117dfd commit: 53d2f78475daa91680c8f417fd83ff176e73380a Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 17:49:09 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 17:49:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d2f784 x11-misc/wdm: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> x11-misc/wdm/wdm-1.28-r4.ebuild | 4 ++-- x11-misc/wdm/wdm-1.28-r5.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/wdm/wdm-1.28-r4.ebuild b/x11-misc/wdm/wdm-1.28-r4.ebuild index cdcecc0c486..9c93686627a 100644 --- a/x11-misc/wdm/wdm-1.28-r4.ebuild +++ b/x11-misc/wdm/wdm-1.28-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0 x11-libs/libXmu x11-libs/libXt x11-libs/libXpm - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" DEPEND="${COMMON_DEPEND} sys-devel/gettext" RDEPEND="${COMMON_DEPEND} diff --git a/x11-misc/wdm/wdm-1.28-r5.ebuild b/x11-misc/wdm/wdm-1.28-r5.ebuild index 9a7b26373b7..f31e2f6ea26 100644 --- a/x11-misc/wdm/wdm-1.28-r5.ebuild +++ b/x11-misc/wdm/wdm-1.28-r5.ebuild @@ -18,7 +18,7 @@ COMMON_DEPEND=" x11-libs/libXmu x11-libs/libXpm x11-libs/libXt - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) truetype? ( x11-libs/libXft ) " DEPEND="