Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 374265

Summary: dev-util/nsis-2.46 amd64 force -m32 not needed anymore
Product: Gentoo Linux Reporter: Bertrand Jacquin <bertrand>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://nsis.svn.sourceforge.net/viewvc/nsis?view=revision&revision=6040
Whiteboard:
Package list:
Runtime testing required: ---

Description Bertrand Jacquin 2011-07-06 18:54:39 UTC
dev-util/nsis-2.46 define :

get_additional_options() {
..
        # remove the following line when nsis bug 1753070 will be fixed
        use amd64 && echo APPEND_CCFLAGS=-m32 APPEND_LINKFLAGS=-m32

This now fix :
https://sourceforge.net/tracker/index.php?func=detail&aid=1753070&group_id=22049&atid=373085
http://nsis.svn.sourceforge.net/viewvc/nsis?view=revision&revision=6040

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2011-07-08 19:03:22 UTC
i dont see how a change made after the 2.46 release has any bearing on 2.46
Comment 2 Bertrand Jacquin 2011-07-09 06:18:02 UTC
(In reply to comment #1)
> i dont see how a change made after the 2.46 release has any bearing on 2.46

You are right, but this doesn't justify the creating of a masked ebuild revision ?