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 D344A1382C5 for ; Mon, 14 Dec 2020 16:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A90E091F; Mon, 14 Dec 2020 16:55:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A883DE091F for ; Mon, 14 Dec 2020 16:55:35 +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 6ACA934114B for ; Mon, 14 Dec 2020 16:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0AA654 for ; Mon, 14 Dec 2020 16:55:32 +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: <1607964918.b30333bcc1b2ae7f8fdcd65353beefbeeb21fb4a.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-11.2.0_p16938113-r1.ebuild X-VCS-Directories: app-emulation/open-vm-tools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b30333bcc1b2ae7f8fdcd65353beefbeeb21fb4a X-VCS-Branch: master Date: Mon, 14 Dec 2020 16:55:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbaabc67-7f5d-407e-9347-c3c092953608 X-Archives-Hash: 5cfd36056ed49a4864932c4444e7b050 commit: b30333bcc1b2ae7f8fdcd65353beefbeeb21fb4a Author: Mike Gilbert gentoo org> AuthorDate: Mon Dec 14 16:55:18 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Dec 14 16:55:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30333bc app-emulation/open-vm-tools: drop toolchain-funcs Signed-off-by: Mike Gilbert gentoo.org> app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r1.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r1.ebuild index da011c87574..5a5962cae49 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r1.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.0_p16938113-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools linux-info pam systemd toolchain-funcs +inherit autotools linux-info pam systemd DESCRIPTION="Opensourced tools for VMware guests" HOMEPAGE="https://github.com/vmware/open-vm-tools"