diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-18 15:21:42 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-18 15:23:48 +0300 |
commit | e94bdab2ff16b741bb215ebc0c522bb0b8a84742 (patch) | |
tree | bb123364265eb2405809490471c0f743fe6eef6a /x11-misc/sddm | |
parent | dev-libs/redland-bindings: Port to py3.9 (diff) | |
download | gentoo-e94bdab2ff16b741bb215ebc0c522bb0b8a84742.tar.gz gentoo-e94bdab2ff16b741bb215ebc0c522bb0b8a84742.tar.bz2 gentoo-e94bdab2ff16b741bb215ebc0c522bb0b8a84742.zip |
x11-misc/sddm: restrict the version of pam
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-misc/sddm')
-rw-r--r-- | x11-misc/sddm/sddm-0.18.1-r1.ebuild | 4 |
1 files 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 f237ad81fa54..bb3da55d933b 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 ) " |