diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:06 +0200 |
commit | 0ce720f544dbecc10757a8f11ed71dd811205a04 (patch) | |
tree | 3a201015678bbc2ee2bf90bdb44c23967eefb66a /sci-mathematics | |
parent | sci-libs/vtk: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-0ce720f544dbecc10757a8f11ed71dd811205a04.tar.gz gentoo-0ce720f544dbecc10757a8f11ed71dd811205a04.tar.bz2 gentoo-0ce720f544dbecc10757a8f11ed71dd811205a04.zip |
sci-mathematics/relational: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/relational/relational-2.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild index 708b76f72de9..41251c5f5f99 100644 --- a/sci-mathematics/relational/relational-2.5-r2.ebuild +++ b/sci-mathematics/relational/relational-2.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit python-single-r1 @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}] + dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ') " RDEPEND="${DEPEND}" |