diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:11 +0200 |
commit | 8b835e92172be3f596ef13d1b23f6c043394933d (patch) | |
tree | d6bf759b5f303356a36b369ea80379742ff3b92e /sci-visualization/pythonprop | |
parent | sci-visualization/paraview: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-8b835e92172be3f596ef13d1b23f6c043394933d.tar.gz gentoo-8b835e92172be3f596ef13d1b23f6c043394933d.tar.bz2 gentoo-8b835e92172be3f596ef13d1b23f6c043394933d.zip |
sci-visualization/pythonprop: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-visualization/pythonprop')
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.30.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild index 35305b711e3d..819d026aa0fb 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools python-single-r1 @@ -20,10 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] - sci-libs/cartopy[${PYTHON_MULTI_USEDEP}] - dev-python/scipy[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + sci-libs/cartopy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] ') dev-python/cairocffi sci-electronics/voacapl |