summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-05-15 00:41:00 +0200
committerDavid Seifert <soap@gentoo.org>2016-05-15 01:16:10 +0200
commit34ddb928c79af72a2f566b35c6f021e04acd29af (patch)
tree14367502b2626644c0ffa9f4a4bf8e46bd8c96a4 /sci-libs/nlopt
parentsci-libs/lrslib: Fix QA MissingSlotDep (diff)
downloadgentoo-34ddb928c79af72a2f566b35c6f021e04acd29af.tar.gz
gentoo-34ddb928c79af72a2f566b35c6f021e04acd29af.tar.bz2
gentoo-34ddb928c79af72a2f566b35c6f021e04acd29af.zip
sci-libs/nlopt: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-libs/nlopt')
-rw-r--r--sci-libs/nlopt/nlopt-2.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/nlopt/nlopt-2.4.2.ebuild b/sci-libs/nlopt/nlopt-2.4.2.ebuild
index 4f161e8eb93f..66137d5f3a4f 100644
--- a/sci-libs/nlopt/nlopt-2.4.2.ebuild
+++ b/sci-libs/nlopt/nlopt-2.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,7 +19,7 @@ SLOT="0"
IUSE="cxx guile octave python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
- guile? ( dev-scheme/guile )
+ guile? ( dev-scheme/guile:* )
octave? ( sci-mathematics/octave )
python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"