From d3dabeafd0ce368f3570e948894ac3baabc1b386 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 27 Sep 2006 18:23:08 +0000 Subject: Sync vmware.eclass with the in-tree version due to bug #148682. svn path=/trunk/; revision=109 --- eclass/vmware.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index f304edf..06cc70e 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.6 2006/08/29 22:00:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.7 2006/09/27 12:59:56 wolf31o2 Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -189,6 +189,9 @@ vmware_src_install() { fi cd "${S}" + # We remove the shipped libssl for bug #148682 + rm -rf "${S}"/lib/lib/libssl-0.9.7* + # We loop through our directories and copy everything to our system. for x in bin lib sbin do -- cgit v1.2.3-65-gdbad