From 442b372bc36697773e0a038201134967ca3e03ba Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 28 Jan 2012 22:53:52 +0000 Subject: Drop manual flag filtering #395615. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- app-emulation/wine/ChangeLog | 5 ++++- app-emulation/wine/wine-1.4_rc1.ebuild | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app-emulation/wine') 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 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}" -- cgit v1.2.3-65-gdbad