diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-28 22:53:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-28 22:53:52 +0000 |
commit | 442b372bc36697773e0a038201134967ca3e03ba (patch) | |
tree | 89efc11afc310187239a28c80325c3e479d08cf2 /app-emulation/wine | |
parent | Fixed -9999.ebuild, set_wm_class gone upstream. (diff) | |
download | gentoo-2-442b372bc36697773e0a038201134967ca3e03ba.tar.gz gentoo-2-442b372bc36697773e0a038201134967ca3e03ba.tar.bz2 gentoo-2-442b372bc36697773e0a038201134967ca3e03ba.zip |
Drop manual flag filtering #395615.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.4_rc1.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index f90628e32193..0ab41c95e32d 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.397 2012/01/28 19:51:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.398 2012/01/28 22:53:52 vapier Exp $ + + 28 Jan 2012; Mike Frysinger <vapier@gentoo.org> wine-1.4_rc1.ebuild: + Drop manual flag filtering #395615. *wine-1.4_rc1 (28 Jan 2012) diff --git a/app-emulation/wine/wine-1.4_rc1.ebuild b/app-emulation/wine/wine-1.4_rc1.ebuild index 3c2365aa1b2e..dcf85823b176 100644 --- a/app-emulation/wine/wine-1.4_rc1.ebuild +++ b/app-emulation/wine/wine-1.4_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc1.ebuild,v 1.1 2012/01/28 19:51:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc1.ebuild,v 1.2 2012/01/28 22:53:52 vapier Exp $ EAPI="4" @@ -169,7 +169,6 @@ do_configure() { src_configure() { export LDCONFIG=/bin/true use custom-cflags || strip-flags - filter-flags -m64 -m32 -mx32 #395615 if use win64 ; then do_configure 64 --enable-win64 @@ -180,7 +179,6 @@ src_configure() { } src_compile() { - filter-flags -m64 -m32 -mx32 #395615 local b for b in 64 32 ; do local builddir="${WORKDIR}/wine${b}" @@ -190,7 +188,6 @@ src_compile() { } src_install() { - filter-flags -m64 -m32 -mx32 #395615 local b for b in 64 32 ; do local builddir="${WORKDIR}/wine${b}" |