summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:15:20 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:15:20 +0200
commit478e80c9aaa924680585a763cebe85a1479144a9 (patch)
tree09e0f50c563c633a869077efeeaf58e21cc66173 /dev-libs/imath
parentdev-libs/gobject-introspection: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-478e80c9aaa924680585a763cebe85a1479144a9.tar.gz
gentoo-478e80c9aaa924680585a763cebe85a1479144a9.tar.bz2
gentoo-478e80c9aaa924680585a763cebe85a1479144a9.zip
dev-libs/imath: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r--dev-libs/imath/imath-3.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/imath/imath-3.0.1.ebuild b/dev-libs/imath/imath-3.0.1.ebuild
index 72f012bffe05..47ac92fa5ce2 100644
--- a/dev-libs/imath/imath-3.0.1.ebuild
+++ b/dev-libs/imath/imath-3.0.1.ebuild
@@ -31,15 +31,15 @@ RDEPEND="
!dev-python/pyilmbase
${PYTHON_DEPS}
$(python_gen_cond_dep '
- dev-libs/boost:=[python?,${PYTHON_MULTI_USEDEP}]
- dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ dev-libs/boost:=[python?,${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
')
)
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- doc? ( $(python_gen_cond_dep 'dev-python/breathe[${PYTHON_MULTI_USEDEP}]') )
+ doc? ( $(python_gen_cond_dep 'dev-python/breathe[${PYTHON_USEDEP}]') )
python? ( ${PYTHON_DEPS} )
"