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: Wed, 04 Jul 2018 23:54:56
Message-Id: 1530748488.7d299032e06ac2b6d0c8ffc6011e54a39d47de1f.floppym@gentoo
1 commit: 7d299032e06ac2b6d0c8ffc6011e54a39d47de1f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 23:54:06 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 4 23:54:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d299032
7
8 app-emulation/open-vm-tools: depend on x11-libs/libdrm[video_cards_vmware]
9
10 Closes: https://bugs.gentoo.org/660398
11 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
12
13 app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild
17 index ec6be6335a5..bddd12cadf2 100644
18 --- a/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild
19 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild
20 @@ -58,7 +58,7 @@ RDEPEND="
21 net-libs/rabbitmq-c
22 )
23 resolutionkms? (
24 - x11-libs/libdrm
25 + x11-libs/libdrm[video_cards_vmware]
26 virtual/libudev
27 )
28 "