Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vmware-mod.eclass
Date: Sat, 10 Jan 2009 12:26:07
Message-Id: E1LLcui-0003mK-QJ@stork.gentoo.org
1 ikelos 09/01/10 12:26:04
2
3 Modified: vmware-mod.eclass
4 Log:
5 Add filter-flags for fpmath=sse to vmware-mod.eclass. Fixes bug 223449.
6
7 Revision Changes Path
8 1.18 eclass/vmware-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware-mod.eclass?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware-mod.eclass?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware-mod.eclass?r1=1.17&r2=1.18
13
14 Index: vmware-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- vmware-mod.eclass 26 Jan 2008 13:11:23 -0000 1.17
21 +++ vmware-mod.eclass 10 Jan 2009 12:26:04 -0000 1.18
22 @@ -1,11 +1,11 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.17 2008/01/26 13:11:23 ikelos Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.18 2009/01/10 12:26:04 ikelos Exp $
27
28
29 # Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and
30 # pkg_postinst, along with our own pkg_setup, src_unpack and src_compile
31 -inherit eutils vmware linux-mod
32 +inherit flag-o-matic eutils vmware linux-mod
33
34 DESCRIPTION="Modules for Vmware Programs"
35 HOMEPAGE="http://www.vmware.com/"
36 @@ -54,6 +54,8 @@
37 esac
38 fi
39
40 + filter-flags -mfpmath=sse
41 +
42 for mod in ${VMWARE_MODULE_LIST}; do
43 MODULE_NAMES="${MODULE_NAMES}
44 ${mod}(misc:${S}/${mod}-only)"