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 0A41A139694 for ; Fri, 4 Aug 2017 19:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D115E0E56; Fri, 4 Aug 2017 19:51:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 49BF9E0E56 for ; Fri, 4 Aug 2017 19:51:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8628341806 for ; Fri, 4 Aug 2017 19:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 654CC75DD for ; Fri, 4 Aug 2017 19:51:03 +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: <1501876257.e5b112b2dc1731627ea9d34f81ca807822d3253d.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.1.0-r1.ebuild app-emulation/open-vm-tools/open-vm-tools-10.1.10.ebuild X-VCS-Directories: app-emulation/open-vm-tools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e5b112b2dc1731627ea9d34f81ca807822d3253d X-VCS-Branch: master Date: Fri, 4 Aug 2017 19:51:03 +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: 9a9563bb-9817-4bb3-8f88-7cf673f64af3 X-Archives-Hash: aed09eeab7f7e8dbcd3bedbd20a5fd80 commit: e5b112b2dc1731627ea9d34f81ca807822d3253d Author: Mike Gilbert gentoo org> AuthorDate: Fri Aug 4 19:50:08 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 4 19:50:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b112b2 app-emulation/open-vm-tools: add slot to fuse dep Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 app-emulation/open-vm-tools/open-vm-tools-10.1.0-r1.ebuild | 2 +- app-emulation/open-vm-tools/open-vm-tools-10.1.10.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.0-r1.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.0-r1.ebuild index 1d1990aebe4..ec771641a87 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.0-r1.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.0-r1.ebuild @@ -19,7 +19,7 @@ IUSE="X doc grabbitmqproxy icu pam +pic vgauth xinerama" COMMON_DEPEND=" dev-libs/glib:2 dev-libs/libdnet - sys-fs/fuse + sys-fs/fuse:0 >=sys-process/procps-3.3.2 grabbitmqproxy? ( dev-libs/openssl:0 ) icu? ( dev-libs/icu:= ) diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.10.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.10.ebuild index d48d77f6027..5ba66d7b94f 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.10.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.10.ebuild @@ -19,7 +19,7 @@ IUSE="X doc grabbitmqproxy icu pam +pic vgauth xinerama" COMMON_DEPEND=" dev-libs/glib:2 dev-libs/libdnet - sys-fs/fuse + sys-fs/fuse:0 >=sys-process/procps-3.3.2 grabbitmqproxy? ( dev-libs/openssl:0 ) icu? ( dev-libs/icu:= )