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 0F1C3138334 for ; Wed, 4 Jul 2018 14:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A153E0954; Wed, 4 Jul 2018 14:56:27 +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 E7E4AE0954 for ; Wed, 4 Jul 2018 14:56:26 +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 978FC335C9E for ; Wed, 4 Jul 2018 14:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FBE035E for ; Wed, 4 Jul 2018 14:56:24 +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: <1530716176.aef8fef0a86c20263d2a49fce1de992513b03969.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: aef8fef0a86c20263d2a49fce1de992513b03969 X-VCS-Branch: master Date: Wed, 4 Jul 2018 14:56:24 +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: 2b3e6f71-8d9d-428a-b065-62e5d6438bbd X-Archives-Hash: a83b1a3dcc2cba8b3a0077ed7e1814a7 commit: aef8fef0a86c20263d2a49fce1de992513b03969 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jul 4 14:55:18 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jul 4 14:56:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef8fef0 app-emulation/open-vm-tools: restore Werror patch Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild | 1 + 1 file changed, 1 insertion(+) 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 43c63e4d58a..ec6be6335a5 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 @@ -74,6 +74,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/10.1.0-mount.vmhgfs.patch" + "${FILESDIR}/10.1.0-Werror.patch" "${FILESDIR}/10.2.5-libtirpc.patch" )