app-emulation/open-vm-tools: Update a comment about 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 package does not depend on virtual/pam outright, but
let's avoid having an out-of-date comment.
This commit is contained in:
Krzesimir Nowak 2020-08-21 18:13:52 +02:00 committed by Dongsu Park
parent 34d4663480
commit dcb37a9320

View File

@ -23,7 +23,7 @@ DEPEND="dev-libs/glib:2
# Runtime dependencies provided by CoreOS, not the OEM:
# dev-libs/glib:2
# sys-apps/ethtool
# pam? ( virtual/pam )
# pam? ( sys-libs/pam )
RDEPEND="dnet? ( dev-libs/libdnet )
deploypkg? ( dev-libs/libmspack )"