diff options
author | 2015-10-13 01:40:30 +0200 | |
---|---|---|
committer | 2015-10-13 01:40:30 +0200 | |
commit | e83b07ee757c15baadaca5711cfd82052f37b785 (patch) | |
tree | 7ff0833b6240693eec38e1128d11ec3f916ff2c0 | |
parent | app-emulation/vmware-workstation: Improve libgcrypt dependency, however thing... (diff) | |
download | vmware-e83b07ee757c15baadaca5711cfd82052f37b785.tar.gz vmware-e83b07ee757c15baadaca5711cfd82052f37b785.tar.bz2 vmware-e83b07ee757c15baadaca5711cfd82052f37b785.zip |
app-emulation/vmware-workstation: make bundled-libs (partially) work as intended
Package-Manager: portage-2.2.23
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild b/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild index 40912f2..c17809b 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild @@ -189,7 +189,9 @@ src_prepare() { find "${S}" -name '*.a' -delete - clean_bundled_libs + if ! use bundled-libs ; then + clean_bundled_libs + fi DOC_CONTENTS=" /etc/env.d is updated during ${PN} installation. Please run:\n |