summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso++/ChangeLog5
-rw-r--r--sci-physics/espresso++/espresso++-1.6.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 70fa766866d4..1be25c5abb4d 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/espresso++
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.7 2014/02/16 19:05:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.8 2014/06/21 17:35:12 ottxor Exp $
+
+ 21 Jun 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-1.6.0.ebuild:
+ added missing dep (bug #514084)
16 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-1.6.0.ebuild:
remove obsolete FindMPI module (bug #501454)
diff --git a/sci-physics/espresso++/espresso++-1.6.0.ebuild b/sci-physics/espresso++/espresso++-1.6.0.ebuild
index 9bd6e972424c..4725ba6afe6f 100644
--- a/sci-physics/espresso++/espresso++-1.6.0.ebuild
+++ b/sci-physics/espresso++/espresso++-1.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.2 2014/02/16 19:05:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.3 2014/06/21 17:35:12 ottxor Exp $
EAPI=5
@@ -35,6 +35,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
virtual/mpi
+ sci-libs/fftw:3.0
system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"