aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/simx/ChangeLog3
-rw-r--r--sci-misc/simx/simx-9999.ebuild5
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-misc/simx/ChangeLog b/sci-misc/simx/ChangeLog
index 7cd728804..ad190212d 100644
--- a/sci-misc/simx/ChangeLog
+++ b/sci-misc/simx/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Oct 2013; Christoph Junghans <ottxor@gentoo.org> simx-9999.ebuild:
+ fixed deps
+
*simx-9999 (22 Oct 2013)
22 Oct 2013; Christoph Junghans <ottxor@gentoo.org> +metadata.xml,
diff --git a/sci-misc/simx/simx-9999.ebuild b/sci-misc/simx/simx-9999.ebuild
index d3d0918bb..246731d11 100644
--- a/sci-misc/simx/simx-9999.ebuild
+++ b/sci-misc/simx/simx-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils-r1 git-2
+inherit cmake-utils distutils-r1 git-2
DESCRIPTION="a library for developing parallel, discrete-event simulations in Python"
HOMEPAGE="https://github.com/sim-x"
@@ -19,7 +19,8 @@ KEYWORDS=""
IUSE=""
RDEPEND=" virtual/mpi
- dev-libs/boost[python] "
+ dev-libs/boost[python]
+ dev-python/greenlet"
DEPEND="${RDEPEND}
dev-util/cmake"