From dcb37a9320f13c543bdb73d6795a50f3192b10ae Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 21 Aug 2020 18:13:52 +0200 Subject: [PATCH] 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. --- .../app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild index b9263723bf..bc04e60b8f 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/open-vm-tools-11.2.0.ebuild @@ -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 )"