mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
sys-auth/google-oslogin: Replace virtual/pam with sys-libs/pam
We are getting rid of the virtual/pam package. The package provided a dependency on one of pam or openpam. It looks like Gentoo dropped openpam, making virtual/pam unnecessary. Also, existence of virtual/pam causes some circular dependencies to manifest during emerging.
This commit is contained in:
parent
dcb37a9320
commit
f8db3e5f92
@ -17,7 +17,7 @@ inherit pam toolchain-funcs
|
||||
DEPEND="
|
||||
net-misc/curl[ssl]
|
||||
dev-libs/json-c
|
||||
virtual/pam
|
||||
sys-libs/pam
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user