Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
Date: Sat, 21 Jun 2014 17:30:27
Message-Id: 1403371824.31a828fa9265315977a2f1676d11dc0b41c5a665.ottxor@gentoo
1 commit: 31a828fa9265315977a2f1676d11dc0b41c5a665
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 21 17:30:24 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 21 17:30:24 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31a828fa
7
8 added missing deps (bug #514084)
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-physics/espresso++/ChangeLog | 3 +++
14 sci-physics/espresso++/espresso++-9999.ebuild | 1 +
15 2 files changed, 4 insertions(+)
16
17 diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
18 index d9abef0..ff742e1 100644
19 --- a/sci-physics/espresso++/ChangeLog
20 +++ b/sci-physics/espresso++/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 21 Jun 2014; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild:
26 + added missing deps (bug #514084)
27 +
28 19 May 2014; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild:
29 upstream repo moved
30
31
32 diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
33 index 07a7f98..6642526 100644
34 --- a/sci-physics/espresso++/espresso++-9999.ebuild
35 +++ b/sci-physics/espresso++/espresso++-9999.ebuild
36 @@ -31,6 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37 RDEPEND="${PYTHON_DEPS}
38 virtual/mpi
39 dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
40 + sci-libs/fftw:3.0
41 dev-python/mpi4py"
42 DEPEND="${RDEPEND}"