Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/libccp4/
Date: Thu, 30 May 2013 13:55:28
Message-Id: 1369921859.a5025241aa21fc3ae57390a2360bde1efc06b98d.jlec@gentoo
1 commit: a5025241aa21fc3ae57390a2360bde1efc06b98d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 13:50:59 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 13:50:59 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a5025241
7
8 sci-libs/libccp4: Add missing FORTRAN_NEEDED
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-libs/libccp4/ChangeLog | 3 +++
14 sci-libs/libccp4/libccp4-6.3.1.ebuild | 2 ++
15 2 files changed, 5 insertions(+)
16
17 diff --git a/sci-libs/libccp4/ChangeLog b/sci-libs/libccp4/ChangeLog
18 index f5c1420..d0b0599 100644
19 --- a/sci-libs/libccp4/ChangeLog
20 +++ b/sci-libs/libccp4/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 30 May 2013; Justin Lecher <jlec@g.o> libccp4-6.3.1.ebuild:
26 + Add missing FORTRAN_NEEDED
27 +
28 *libccp4-6.3.1 (30 May 2013)
29
30 30 May 2013; Justin Lecher <jlec@g.o> +libccp4-6.3.1.ebuild,
31
32 diff --git a/sci-libs/libccp4/libccp4-6.3.1.ebuild b/sci-libs/libccp4/libccp4-6.3.1.ebuild
33 index 9035739..e525cfc 100644
34 --- a/sci-libs/libccp4/libccp4-6.3.1.ebuild
35 +++ b/sci-libs/libccp4/libccp4-6.3.1.ebuild
36 @@ -4,6 +4,8 @@
37
38 EAPI=5
39
40 +FORTRAN_NEEDED=fortran
41 +
42 inherit autotools-utils fortran-2
43
44 DESCRIPTION="CCP4 lib"