diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.4.2-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild b/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild index 2dee716055a2..8562dd322d07 100644 --- a/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild @@ -17,10 +17,14 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="cxx guile octave python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" guile? ( dev-scheme/guile:* ) octave? ( sci-mathematics/octave ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] )" + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + )" RDEPEND="${DEPEND}" PATCHES=( |