Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
jlec 12/06/22 12:39:26
Modified: ChangeLog 4ti2-1.3.2-r1.ebuild
Log:
sci-mathematics/4ti2: Fix for gcc-4.7, #422785
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.9 sci-mathematics/4ti2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 25 Mar 2012 18:47:17 -0000 1.8
+++ ChangeLog 22 Jun 2012 12:39:26 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/4ti2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.8 2012/03/25 18:47:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.9 2012/06/22 12:39:26 jlec Exp $
+
+ 22 Jun 2012; Justin Lecher <jlec@g.o> 4ti2-1.3.2-r1.ebuild,
+ +files/4ti2-1.3.2-gcc47.patch:
+ Fix for gcc-4.7, #422785
25 Mar 2012; Fabian Groffen <grobian@g.o> 4ti2-1.3.2-r1.ebuild:
Marked ~x86-macos
1.6 sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild?r1=1.5&r2=1.6
Index: 4ti2-1.3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- 4ti2-1.3.2-r1.ebuild 25 Mar 2012 18:47:17 -0000 1.5
+++ 4ti2-1.3.2-r1.ebuild 22 Jun 2012 12:39:26 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.5 2012/03/25 18:47:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.6 2012/06/22 12:39:26 jlec Exp $
EAPI=4
@@ -24,7 +24,10 @@
AUTOTOOLS_IN_SOURCE_BUILD=1
-PATCHES=( "${FILESDIR}"/${P}-gold.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-gold.patch
+ "${FILESDIR}"/${P}-gcc47.patch
+ )
src_prepare() {
sed \
|
|