From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 366EA139336 for ; Sun, 27 Jun 2021 02:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06EF0E086D; Sun, 27 Jun 2021 02:08:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4CACE0864 for ; Sun, 27 Jun 2021 02:08:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7803933E690 for ; Sun, 27 Jun 2021 02:08:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1DB47BA for ; Sun, 27 Jun 2021 02:08:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624755819.59659283ef8fea5e76cb66eca760de45ccd92dc1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r4.ebuild app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild X-VCS-Directories: app-emulation/open-vm-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59659283ef8fea5e76cb66eca760de45ccd92dc1 X-VCS-Branch: master Date: Sun, 27 Jun 2021 02:08:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52921e00-52ba-4e62-98ab-574e0dae87a7 X-Archives-Hash: 1ccad48e58f02afbf26941f645203083 commit: 59659283ef8fea5e76cb66eca760de45ccd92dc1 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Jun 26 00:00:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 27 01:03:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59659283 app-emulation/open-vm-tools: Depend on virtual/libcrypt only with USE="-pam". Fixes: 9327493ab75b4bd29fb9d14af10cffd639455859 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Sam James gentoo.org> ...2.0_p16938113-r3.ebuild => open-vm-tools-11.2.0_p16938113-r4.ebuild} | 2 +- ...2.5_p17337674-r2.ebuild => open-vm-tools-11.2.5_p17337674-r3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r4.ebuild similarity index 99% rename from app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild rename to app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r4.ebuild index d13ffdef55b..d835f525509 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r4.ebuild @@ -22,10 +22,10 @@ REQUIRED_USE=" RDEPEND=" dev-libs/glib net-libs/libtirpc - virtual/libcrypt:= deploypkg? ( dev-libs/libmspack ) fuse? ( sys-fs/fuse:0 ) pam? ( sys-libs/pam ) + !pam? ( virtual/libcrypt:= ) ssl? ( dev-libs/openssl:0= ) vgauth? ( dev-libs/libxml2 diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild similarity index 99% rename from app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild rename to app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild index c25437743b6..0d6b5c3e6f9 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild @@ -22,10 +22,10 @@ REQUIRED_USE=" RDEPEND=" dev-libs/glib net-libs/libtirpc - virtual/libcrypt:= deploypkg? ( dev-libs/libmspack ) fuse? ( sys-fs/fuse:0 ) pam? ( sys-libs/pam ) + !pam? ( virtual/libcrypt:= ) ssl? ( dev-libs/openssl:0= ) vgauth? ( dev-libs/libxml2