voyageur    15/06/29 11:58:05

  Modified:             ChangeLog llvm-3.5.2.ebuild
  Log:
  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  Changes    Path
1.255                sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.255&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.255&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.254&r2=1.255

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog   18 Jun 2015 12:40:13 -0000      1.254
+++ ChangeLog   29 Jun 2015 11:58:05 -0000      1.255
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.254 2015/06/18 
12:40:13 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.255 2015/06/29 
11:58:05 voyageur Exp $
+
+  29 Jun 2015; Bernard Cafarelli <[email protected]> llvm-3.5.2.ebuild,
+  +files/llvm-3.5.2-gcc-5.1.patch:
+  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
 
   18 Jun 2015; Bernard Cafarelli <[email protected]> llvm-2.8-r2.ebuild,
   llvm-2.9-r2.ebuild, metadata.xml:



1.5                  sys-devel/llvm/llvm-3.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.4&r2=1.5

Index: llvm-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- llvm-3.5.2.ebuild   31 May 2015 14:38:44 -0000      1.4
+++ llvm-3.5.2.ebuild   29 Jun 2015 11:58:05 -0000      1.5
@@ -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-devel/llvm/llvm-3.5.2.ebuild,v 1.4 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.5 
2015/06/29 11:58:05 voyageur Exp $
 
 EAPI=5
 
@@ -147,6 +147,7 @@
        epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
        epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch
        epatch "${FILESDIR}"/${PN}-3.5-gentoo-install.patch
+       epatch "${FILESDIR}"/${P}-gcc-5.1.patch
        # Make ocaml warnings non-fatal, bug #537308
        sed -e "/RUN/s/-warn-error A//" -i test/Bindings/Ocaml/*ml  || die
 




Reply via email to