diff options
author | Sam James <sam@gentoo.org> | 2021-06-24 23:47:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-25 00:27:34 +0100 |
commit | 9327493ab75b4bd29fb9d14af10cffd639455859 (patch) | |
tree | 6f086e248247122b13e95fa865d4bd34f75e1fa2 /app-emulation/open-vm-tools | |
parent | app-emulation/crossover-bin: depend on sys-libs/glibc[crypt] or libxcrypt[com... (diff) | |
download | gentoo-9327493ab75b4bd29fb9d14af10cffd639455859.tar.gz gentoo-9327493ab75b4bd29fb9d14af10cffd639455859.tar.bz2 gentoo-9327493ab75b4bd29fb9d14af10cffd639455859.zip |
app-emulation/open-vm-tools: add virtual/libcrypt dependency
Needed for upcoming libxcrypt migration.
Acked-by: David Seifert <soap@gentoo.org>
Reported-by: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r3.ebuild (renamed from app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r2.ebuild) | 1 | ||||
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r2.ebuild (renamed from app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r1.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
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 index c6a8bc66b334..d13ffdef55bc 100644 --- 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 @@ -22,6 +22,7 @@ REQUIRED_USE=" RDEPEND=" dev-libs/glib net-libs/libtirpc + virtual/libcrypt:= deploypkg? ( dev-libs/libmspack ) fuse? ( sys-fs/fuse:0 ) pam? ( sys-libs/pam ) 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 index a762364d6c24..c25437743b62 100644 --- 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 @@ -22,6 +22,7 @@ REQUIRED_USE=" RDEPEND=" dev-libs/glib net-libs/libtirpc + virtual/libcrypt:= deploypkg? ( dev-libs/libmspack ) fuse? ( sys-fs/fuse:0 ) pam? ( sys-libs/pam ) |