From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF27A138334 for ; Wed, 4 Jul 2018 23:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FDC0E09ED; Wed, 4 Jul 2018 23:54:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E6A5E09ED for ; Wed, 4 Jul 2018 23:54:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6921335C97 for ; Wed, 4 Jul 2018 23:54:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF795347 for ; Wed, 4 Jul 2018 23:54:51 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1530748488.7d299032e06ac2b6d0c8ffc6011e54a39d47de1f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild X-VCS-Directories: app-emulation/open-vm-tools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7d299032e06ac2b6d0c8ffc6011e54a39d47de1f X-VCS-Branch: master Date: Wed, 4 Jul 2018 23:54:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b9e67d61-dde1-4048-a39b-e96b9ec4ceb9 X-Archives-Hash: 7cde226d18f23cd3282cb987e0b7be9a commit: 7d299032e06ac2b6d0c8ffc6011e54a39d47de1f Author: Mike Gilbert gentoo org> AuthorDate: Wed Jul 4 23:54:06 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jul 4 23:54:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d299032 app-emulation/open-vm-tools: depend on x11-libs/libdrm[video_cards_vmware] Closes: https://bugs.gentoo.org/660398 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index ec6be6335a5..bddd12cadf2 100644 --- 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 @@ -58,7 +58,7 @@ RDEPEND=" net-libs/rabbitmq-c ) resolutionkms? ( - x11-libs/libdrm + x11-libs/libdrm[video_cards_vmware] virtual/libudev ) "