commit:     7f2d09448cb722e15248ddfa4d4866194146dfe7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 17:12:03 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 17:12:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2d0944

app-emulation/open-vm-tools: drop caf support

Upstream is planning to drop this in the next release anyway.

Closes: https://bugs.gentoo.org/661568
Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild 
b/app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild
index a2dbaa14276..2b036c75b63 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild
@@ -13,11 +13,10 @@ 
SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="X caf +deploypkg +dnet doc +fuse +grabbitmqproxy gtkmm +icu multimon pam 
+resolutionkms +ssl static-libs +vgauth"
+IUSE="X +deploypkg +dnet doc +fuse +grabbitmqproxy gtkmm +icu multimon pam 
+resolutionkms +ssl static-libs +vgauth"
 REQUIRED_USE="
        multimon? ( X )
        vgauth? ( ssl )
-       caf? ( vgauth ssl )
        grabbitmqproxy? ( ssl )
 "
 
@@ -50,10 +49,6 @@ RDEPEND="
        )
        dnet? ( dev-libs/libdnet )
        icu? ( dev-libs/icu:= )
-       caf? (
-               dev-libs/log4cpp
-               net-libs/rabbitmq-c
-       )
        resolutionkms? (
                x11-libs/libdrm[video_cards_vmware]
                virtual/libudev
@@ -105,7 +100,7 @@ src_configure() {
                $(use_enable grabbitmqproxy)
                $(use_with pam)
                $(use_enable vgauth)
-               $(use_enable caf)
+               --disable-caf
                $(use_with dnet)
                $(use_with icu)
        )

Reply via email to