mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pyilmbase: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -18,14 +18,16 @@ IUSE="+numpy"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_USEDEP}]
|
||||
~media-libs/ilmbase-${PV}:=
|
||||
numpy? (
|
||||
|| (
|
||||
dev-python/numpy-python2[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.10.4[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_MULTI_USEDEP}]
|
||||
numpy? (
|
||||
|| (
|
||||
dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/numpy-1.10.4[${PYTHON_MULTI_USEDEP}]
|
||||
)
|
||||
)
|
||||
)"
|
||||
')"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
>=virtual/pkgconfig-0-r1"
|
||||
Reference in New Issue
Block a user