Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Thu, 24 Jun 2021 23:28:01
Message-Id: 1624577254.9327493ab75b4bd29fb9d14af10cffd639455859.sam@gentoo
1 commit: 9327493ab75b4bd29fb9d14af10cffd639455859
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 22:47:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 23:27:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9327493a
7
8 app-emulation/open-vm-tools: add virtual/libcrypt dependency
9
10 Needed for upcoming libxcrypt migration.
11
12 Acked-by: David Seifert <soap <AT> gentoo.org>
13 Reported-by: Ionen Wolkens <ionen <AT> gentoo.org>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 ....2.0_p16938113-r2.ebuild => open-vm-tools-11.2.0_p16938113-r3.ebuild} | 1 +
17 ....2.5_p17337674-r1.ebuild => open-vm-tools-11.2.5_p17337674-r2.ebuild} | 1 +
18 2 files changed, 2 insertions(+)
19
20 diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r2.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild
21 similarity index 99%
22 rename from app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r2.ebuild
23 rename to app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild
24 index c6a8bc66b33..d13ffdef55b 100644
25 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r2.ebuild
26 +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild
27 @@ -22,6 +22,7 @@ REQUIRED_USE="
28 RDEPEND="
29 dev-libs/glib
30 net-libs/libtirpc
31 + virtual/libcrypt:=
32 deploypkg? ( dev-libs/libmspack )
33 fuse? ( sys-fs/fuse:0 )
34 pam? ( sys-libs/pam )
35
36 diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r1.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild
37 similarity index 99%
38 rename from app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r1.ebuild
39 rename to app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild
40 index a762364d6c2..c25437743b6 100644
41 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r1.ebuild
42 +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild
43 @@ -22,6 +22,7 @@ REQUIRED_USE="
44 RDEPEND="
45 dev-libs/glib
46 net-libs/libtirpc
47 + virtual/libcrypt:=
48 deploypkg? ( dev-libs/libmspack )
49 fuse? ( sys-fs/fuse:0 )
50 pam? ( sys-libs/pam )