From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D73E059CA5 for ; Sat, 19 Mar 2016 17:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C75D21C01E; Sat, 19 Mar 2016 17:22:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0776921C01E for ; Sat, 19 Mar 2016 17:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DC77340B9A for ; Sat, 19 Mar 2016 17:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B25C7822 for ; Sat, 19 Mar 2016 17:22:47 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1458407998.04b6e93f8a0ea0bd2a3dde56b8fbe0fc249a870f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vmware-workstation/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild X-VCS-Directories: app-emulation/vmware-workstation/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 04b6e93f8a0ea0bd2a3dde56b8fbe0fc249a870f X-VCS-Branch: master Date: Sat, 19 Mar 2016 17:22:47 +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: af81008e-6fac-4f70-825a-f457ffdeb8d0 X-Archives-Hash: d3d1c50604431915d27450fd8f276f42 commit: 04b6e93f8a0ea0bd2a3dde56b8fbe0fc249a870f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 19 17:19:14 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Mar 19 17:19:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b6e93f app-emulation/vmware-workstation: First generate config file, then install it ... Package-Manager: portage-2.2.27 .../vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild index 2961aa2..c1f7a12 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild @@ -443,10 +443,10 @@ src_install() { PATH='${VM_INSTALL_DIR}/bin' ROOTPATH='${VM_INSTALL_DIR}/bin' EOF - doenvd "${envd}" - use bundled-libs && echo 'VMWARE_USE_SHIPPED_LIBS=1' >> "${envd}" + doenvd "${envd}" + # create the configuration dodir /etc/vmware