commit: 8d375aae69863957cfb5b78e652ff715fc49c2b7
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 23 02:17:31 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 02:17:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d375aae
sys-apps/openrc: live ebuild: depend on pam
We link to PAM, so depend on that.
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
sys-apps/openrc/openrc-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/openrc/openrc-9999.ebuild
b/sys-apps/openrc/openrc-9999.ebuild
index 2fa676f9d69..1b2b297f302 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -22,7 +22,7 @@ IUSE="audit bash debug ncurses pam newnet prefix +netifrc
selinux sysv-utils uni
COMMON_DEPEND="
ncurses? ( sys-libs/ncurses:0= )
- pam? ( sys-auth/pambase )
+ pam? ( sys-libs/pam )
audit? ( sys-process/audit )
sys-process/psmisc
!<sys-process/procps-3.3.9-r2