Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/minuit/files: minuit-5.20.00-gcc43.patch
Date: Thu, 03 Jul 2008 10:16:38
Message-Id: E1KELrc-0004HJ-9Z@stork.gentoo.org
1 bicatali 08/07/03 10:16:32
2
3 Added: minuit-5.20.00-gcc43.patch
4 Log:
5 Version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sci-libs/minuit/files/minuit-5.20.00-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: minuit-5.20.00-gcc43.patch
15 ===================================================================
16 --- test/MnSim/GaussRandomGen.h.orig 2008-07-03 11:03:17.000000000 +0100
17 +++ test/MnSim/GaussRandomGen.h 2008-07-03 11:03:42.000000000 +0100
18 @@ -10,7 +10,8 @@
19 #ifndef MN_GaussRandomGen_H_
20 #define MN_GaussRandomGen_H_
21
22 -#include <math.h>
23 +#include <cmath>
24 +#include <cstdlib>
25
26 namespace ROOT {
27
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list