floppym     15/07/10 23:08:02

  Modified:             systemd-222.ebuild systemd-9999.ebuild ChangeLog
  Log:
  Add workaround for build failure with gcc-4.7, bug 554454 by Alexander Tsoy.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  sys-apps/systemd/systemd-222.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-222.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-222.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-222.ebuild?r1=1.3&r2=1.4

Index: systemd-222.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- systemd-222.ebuild  10 Jul 2015 18:13:18 -0000      1.3
+++ systemd-222.ebuild  10 Jul 2015 23:08:02 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v 1.3 
2015/07/10 18:13:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v 1.4 
2015/07/10 23:08:02 floppym Exp $
 
 EAPI=5
 
@@ -178,6 +178,9 @@
                # and makes distcc less effective
                cc_cv_CFLAGS__flto=no
 
+               # Workaround for gcc-4.7, bug 554454.
+               cc_cv_CFLAGS__Werror_shadow=no
+
                # Workaround for bug 516346
                --enable-dependency-tracking
 



1.178                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.177&r2=1.178

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- systemd-9999.ebuild 10 Jul 2015 18:13:18 -0000      1.177
+++ systemd-9999.ebuild 10 Jul 2015 23:08:02 -0000      1.178
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.177 2015/07/10 18:13:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.178 2015/07/10 23:08:02 floppym Exp $
 
 EAPI=5
 
@@ -178,6 +178,9 @@
                # and makes distcc less effective
                cc_cv_CFLAGS__flto=no
 
+               # Workaround for gcc-4.7, bug 554454.
+               cc_cv_CFLAGS__Werror_shadow=no
+
                # Workaround for bug 516346
                --enable-dependency-tracking
 



1.385                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.385&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.385&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.384&r2=1.385

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- ChangeLog   10 Jul 2015 18:13:18 -0000      1.384
+++ ChangeLog   10 Jul 2015 23:08:02 -0000      1.385
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.384 
2015/07/10 18:13:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.385 
2015/07/10 23:08:02 floppym Exp $
+
+  10 Jul 2015; Mike Gilbert <[email protected]> systemd-222.ebuild,
+  systemd-9999.ebuild:
+  Add workaround for build failure with gcc-4.7, bug 554454 by Alexander Tsoy.
 
   10 Jul 2015; Mike Gilbert <[email protected]> systemd-222.ebuild,
   systemd-9999.ebuild:




Reply via email to