Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Tue, 18 Dec 2018 17:12:23
Message-Id: 1545153123.7f2d09448cb722e15248ddfa4d4866194146dfe7.floppym@gentoo
1 commit: 7f2d09448cb722e15248ddfa4d4866194146dfe7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 18 17:12:03 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 18 17:12:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2d0944
7
8 app-emulation/open-vm-tools: drop caf support
9
10 Upstream is planning to drop this in the next release anyway.
11
12 Closes: https://bugs.gentoo.org/661568
13 Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild | 9 ++-------
17 1 file changed, 2 insertions(+), 7 deletions(-)
18
19 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
20 index a2dbaa14276..2b036c75b63 100644
21 --- a/app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild
22 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.3.5.ebuild
23 @@ -13,11 +13,10 @@ SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/
24 LICENSE="LGPL-2.1"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86"
27 -IUSE="X caf +deploypkg +dnet doc +fuse +grabbitmqproxy gtkmm +icu multimon pam +resolutionkms +ssl static-libs +vgauth"
28 +IUSE="X +deploypkg +dnet doc +fuse +grabbitmqproxy gtkmm +icu multimon pam +resolutionkms +ssl static-libs +vgauth"
29 REQUIRED_USE="
30 multimon? ( X )
31 vgauth? ( ssl )
32 - caf? ( vgauth ssl )
33 grabbitmqproxy? ( ssl )
34 "
35
36 @@ -50,10 +49,6 @@ RDEPEND="
37 )
38 dnet? ( dev-libs/libdnet )
39 icu? ( dev-libs/icu:= )
40 - caf? (
41 - dev-libs/log4cpp
42 - net-libs/rabbitmq-c
43 - )
44 resolutionkms? (
45 x11-libs/libdrm[video_cards_vmware]
46 virtual/libudev
47 @@ -105,7 +100,7 @@ src_configure() {
48 $(use_enable grabbitmqproxy)
49 $(use_with pam)
50 $(use_enable vgauth)
51 - $(use_enable caf)
52 + --disable-caf
53 $(use_with dnet)
54 $(use_with icu)
55 )