diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 21:07:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 21:07:55 +0300 |
commit | e3503d9a1d516c4bc8524ec0adcab3a53ff644d8 (patch) | |
tree | 242b405de088a5a86b3278261ce3237b6796f45c /x11-misc | |
parent | x11-misc/cdm: migrate to sys-libs/pam (diff) | |
download | gentoo-e3503d9a1d516c4bc8524ec0adcab3a53ff644d8.tar.gz gentoo-e3503d9a1d516c4bc8524ec0adcab3a53ff644d8.tar.bz2 gentoo-e3503d9a1d516c4bc8524ec0adcab3a53ff644d8.zip |
x11-misc/cdm: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/cdm/cdm-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/cdm/cdm-0.7.ebuild b/x11-misc/cdm/cdm-0.7.ebuild index a2ed855b1c53..ec83965c22fc 100644 --- a/x11-misc/cdm/cdm-0.7.ebuild +++ b/x11-misc/cdm/cdm-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} x11-apps/xinit consolekit? ( sys-auth/consolekit sys-apps/dbus ) - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" src_prepare() { default |