vapier 14/03/15 19:56:24 Modified: gnu-efi-3.0u.ebuild ChangeLog Log: Avoid -maccumulate-outgoing-args on ia64 systems #503210 by Dennis Schridde. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-boot/gnu-efi/gnu-efi-3.0u.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild?r1=1.1&r2=1.2 Index: gnu-efi-3.0u.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnu-efi-3.0u.ebuild 3 Jul 2013 14:14:03 -0000 1.1 +++ gnu-efi-3.0u.ebuild 15 Mar 2014 19:56:24 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild,v 1.1 2013/07/03 14:14:03 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild,v 1.2 2014/03/15 19:56:24 vapier Exp $ EAPI=5 @@ -29,6 +29,11 @@ src_prepare() { EPATCH_OPTS="-p1" epatch "${WORKDIR}"/*.diff + if ! use amd64 && ! use x86 ; then + sed -i \ + -e '/CPPFLAGS/s:-maccumulate-outgoing-args::' \ + Make.defaults || die #503210 + fi } _emake() { 1.24 sys-boot/gnu-efi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gnu-efi/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gnu-efi/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gnu-efi/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 7 Jul 2013 15:19:32 -0000 1.23 +++ ChangeLog 15 Mar 2014 19:56:24 -0000 1.24 @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/gnu-efi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.23 2013/07/07 15:19:32 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.24 2014/03/15 19:56:24 vapier Exp $ + + 15 Mar 2014; Mike Frysinger <[email protected]> gnu-efi-3.0u.ebuild: + Avoid -maccumulate-outgoing-args on ia64 systems #503210 by Dennis Schridde. 07 Jul 2013; Agostino Sarubbo <[email protected]> gnu-efi-3.0s.ebuild: Stable for ia64, wrt bug #450908
