summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-physics/espresso++/ChangeLog5
-rw-r--r--sci-physics/espresso++/espresso++-1.9.3.ebuild4
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}"