diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-06-27 22:10:51 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-06-27 22:10:51 +0000 |
commit | 43cd27b41f3e8790521cc3d46604747b1b54a5cf (patch) | |
tree | c209ae17e79a0db12e5cc1df5cd8dc03ff7c27e8 /sys-firmware | |
parent | keyword ~amd64-fbsd, bug #473430 (diff) | |
download | gentoo-2-43cd27b41f3e8790521cc3d46604747b1b54a5cf.tar.gz gentoo-2-43cd27b41f3e8790521cc3d46604747b1b54a5cf.tar.bz2 gentoo-2-43cd27b41f3e8790521cc3d46604747b1b54a5cf.zip |
Generally disable -Werror.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/ipxe/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild | 3 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild | 3 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/sys-firmware/ipxe/ChangeLog b/sys-firmware/ipxe/ChangeLog index 4e2a38a2cd61..8c4e92ace1f4 100644 --- a/sys-firmware/ipxe/ChangeLog +++ b/sys-firmware/ipxe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-firmware/ipxe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.6 2013/06/27 22:08:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.7 2013/06/27 22:10:51 cardoe Exp $ + + 27 Jun 2013; Doug Goldstein <cardoe@gentoo.org> ipxe-1.0.0_p20120905.ebuild, + ipxe-1.0.0_p20130225.ebuild, ipxe-1.0.0_p20130624.ebuild: + Generally disable -Werror. *ipxe-1.0.0_p20130225 (27 Jun 2013) *ipxe-1.0.0_p20130624 (27 Jun 2013) diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild index 6490bb1e24a2..fc21134cd394 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild,v 1.5 2013/01/26 20:16:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild,v 1.6 2013/06/27 22:10:51 cardoe Exp $ EAPI=4 @@ -37,6 +37,7 @@ src_configure() { } src_compile() { + export NO_WERROR=1 if use qemu; then emake bin/808610de.rom # pxe-e1000.rom emake bin/80861209.rom # pxe-eepro100.rom diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild index 9a4502e8833f..00ab7821c85e 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild,v 1.1 2013/06/27 22:08:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild,v 1.2 2013/06/27 22:10:51 cardoe Exp $ EAPI=5 @@ -44,6 +44,7 @@ src_configure() { } src_compile() { + export NO_WERROR=1 if use qemu; then emake bin/808610de.rom # pxe-e1000.rom (old) emake bin/8086100e.rom # pxe-e1000.rom diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild index 676317f37588..57cc122dc0bd 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild,v 1.1 2013/06/27 22:08:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild,v 1.2 2013/06/27 22:10:51 cardoe Exp $ EAPI=5 @@ -44,6 +44,7 @@ src_configure() { } src_compile() { + export NO_WERROR=1 if use qemu; then emake bin/808610de.rom # pxe-e1000.rom (old) emake bin/8086100e.rom # pxe-e1000.rom |