Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/acml: acml-4.1.0-r1.ebuild ChangeLog
Date: Tue, 10 Feb 2015 02:27:43
Message-Id: 20150210022737.E6B43116CD@oystercatcher.gentoo.org
1 patrick 15/02/10 02:27:37
2
3 Modified: acml-4.1.0-r1.ebuild ChangeLog
4 Log:
5 Fix gcc slot to match toolchain changes
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.11 sci-libs/acml/acml-4.1.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: acml-4.1.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- acml-4.1.0-r1.ebuild 16 Oct 2012 20:48:56 -0000 1.10
23 +++ acml-4.1.0-r1.ebuild 10 Feb 2015 02:27:37 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.10 2012/10/16 20:48:56 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.11 2015/02/10 02:27:37 patrick Exp $
30
31 EAPI=1
32
33 @@ -33,8 +33,8 @@
34
35 CDEPEND="
36 ifc? ( dev-lang/ifc )
37 - gfortran? ( sys-devel/gcc:4.2 )
38 - !gfortran? ( !ifc? ( sys-devel/gcc:4.2 ) )"
39 + gfortran? ( sys-devel/gcc:4.2.4 )
40 + !gfortran? ( !ifc? ( sys-devel/gcc:4.2.4 ) )"
41
42 DEPEND="test? ( ${CDEPEND} )
43 app-admin/eselect-blas
44
45
46
47 1.46 sci-libs/acml/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.46&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.46&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.45&r2=1.46
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
56 retrieving revision 1.45
57 retrieving revision 1.46
58 diff -u -r1.45 -r1.46
59 --- ChangeLog 16 Oct 2012 20:48:56 -0000 1.45
60 +++ ChangeLog 10 Feb 2015 02:27:37 -0000 1.46
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sci-libs/acml
63 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.45 2012/10/16 20:48:56 jlec Exp $
65 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.46 2015/02/10 02:27:37 patrick Exp $
67 +
68 + 10 Feb 2015; Patrick Lauer <patrick@g.o> acml-4.1.0-r1.ebuild:
69 + Fix gcc slot to match toolchain changes
70
71 16 Oct 2012; Justin Lecher <jlec@g.o> -acml-3.6.0-r1.ebuild,
72 acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild, metadata.xml: