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 B81BF1382C5 for ; Thu, 18 Jun 2020 12:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1041AE091F; Thu, 18 Jun 2020 12:23:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ED34EE091F for ; Thu, 18 Jun 2020 12:23:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EDF7934F00E for ; Thu, 18 Jun 2020 12:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A913C1EF for ; Thu, 18 Jun 2020 12:23:51 +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: <1592483028.e94bdab2ff16b741bb215ebc0c522bb0b8a84742.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.18.1-r1.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e94bdab2ff16b741bb215ebc0c522bb0b8a84742 X-VCS-Branch: master Date: Thu, 18 Jun 2020 12:23:51 +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: 5cc166c5-c869-44c9-b51c-febdaf8c9a0b X-Archives-Hash: 393b514de46c2dc08ea9608daacae111 commit: e94bdab2ff16b741bb215ebc0c522bb0b8a84742 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 18 12:21:42 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 18 12:23:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94bdab2 x11-misc/sddm: restrict the version of pam Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> x11-misc/sddm/sddm-0.18.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/sddm/sddm-0.18.1-r1.ebuild b/x11-misc/sddm/sddm-0.18.1-r1.ebuild index f237ad81fa5..bb3da55d933 100644 --- a/x11-misc/sddm/sddm-0.18.1-r1.ebuild +++ b/x11-misc/sddm/sddm-0.18.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libxcb[xkb] consolekit? ( >=sys-auth/consolekit-0.9.4 ) elogind? ( sys-auth/elogind ) - pam? ( sys-libs/pam ) + pam? ( <=sys-libs/pam-1.3.1_p20200128-r1 ) systemd? ( sys-apps/systemd:= ) !systemd? ( sys-power/upower ) "