diff options
author | Sam James <sam@gentoo.org> | 2023-04-15 06:34:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-15 06:40:19 +0100 |
commit | 4d9b534d56ee851fad30c398d93a166bd3857ea9 (patch) | |
tree | bc261db2d823970233d592b6e08bd488c1b1e3fa /app-emulation | |
parent | app-office/libreoffice: depend on xmlsec subslot dep (diff) | |
download | gentoo-4d9b534d56ee851fad30c398d93a166bd3857ea9.tar.gz gentoo-4d9b534d56ee851fad30c398d93a166bd3857ea9.tar.bz2 gentoo-4d9b534d56ee851fad30c398d93a166bd3857ea9.zip |
app-emulation/open-vm-tools: depend on xmlsec subslot dep
xmlsec changed ABI.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-12.1.0-r1.ebuild (renamed from app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild b/app-emulation/open-vm-tools/open-vm-tools-12.1.0-r1.ebuild index 37f06b0d4bb4..becf36ccf61e 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-12.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2007-2022 Gentoo Authors +# Copyright 2007-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) vgauth? ( dev-libs/libxml2 - dev-libs/xmlsec + dev-libs/xmlsec:= ) X? ( x11-libs/libXext |