diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:43:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:38:49 +0200 |
commit | 7155ba88514834f90a5fd981b1eb51fecbadcfc0 (patch) | |
tree | 06dafe41b7b5d9c308fe0beb9dc9c1f6ce1761af /sci-libs | |
parent | sci-libs/libsvm: [QA] Add missing python metadata variables (diff) | |
download | gentoo-7155ba88514834f90a5fd981b1eb51fecbadcfc0.tar.gz gentoo-7155ba88514834f90a5fd981b1eb51fecbadcfc0.tar.bz2 gentoo-7155ba88514834f90a5fd981b1eb51fecbadcfc0.zip |
sci-libs/nlopt: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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=( |