diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-06-21 17:35:12 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-06-21 17:35:12 +0000 |
commit | 69fa06642f209bcc04d6e133bd7135a0d3684337 (patch) | |
tree | 81e8fb6bcde5ce2b2870b09c28d22a1565c654a9 /sci-physics | |
parent | Add missing dependency wrt bug #514144. Bump EAPI. (diff) | |
download | gentoo-2-69fa06642f209bcc04d6e133bd7135a0d3684337.tar.gz gentoo-2-69fa06642f209bcc04d6e133bd7135a0d3684337.tar.bz2 gentoo-2-69fa06642f209bcc04d6e133bd7135a0d3684337.zip |
added missing dep (bug #514084)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso++/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/espresso++/espresso++-1.6.0.ebuild | 3 |
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}" |