diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-11-13 17:52:48 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-11-13 17:52:48 +0000 |
commit | 461af6d54eb23539a703be2c77e535e443f915e0 (patch) | |
tree | aa21f638f935b7c8278ea6bc9db4a3b2d3a7d2f8 /sci-physics | |
parent | Stable on alpha, bug 528326 (diff) | |
download | gentoo-2-461af6d54eb23539a703be2c77e535e443f915e0.tar.gz gentoo-2-461af6d54eb23539a703be2c77e535e443f915e0.tar.bz2 gentoo-2-461af6d54eb23539a703be2c77e535e443f915e0.zip |
forgotten deps fix
(Portage version: 2.2.8-r2/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.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index 86ff4fcf2cb6..01fb1abe4609 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.13 2014/11/13 17:40:31 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.14 2014/11/13 17:52:48 ottxor Exp $ + + 13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-1.9.3.ebuild: + forgotten deps fix 13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> -espresso++-1.6.0.ebuild, -espresso++-1.9.ebuild, metadata.xml: diff --git a/sci-physics/espresso++/espresso++-1.9.3.ebuild b/sci-physics/espresso++/espresso++-1.9.3.ebuild index db5915541adf..5a11c7503310 100644 --- a/sci-physics/espresso++/espresso++-1.9.3.ebuild +++ b/sci-physics/espresso++/espresso++-1.9.3.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.9.3.ebuild,v 1.1 2014/11/13 17:36:43 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild,v 1.2 2014/11/13 17:52:48 ottxor Exp $ EAPI=5 @@ -31,7 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} virtual/mpi - dev-libs/boost[python,mpi,${PYTHON_USEDEP}] + dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}] sci-libs/fftw:3.0 dev-python/mpi4py" DEPEND="${RDEPEND}" |