commit: 0ce720f544dbecc10757a8f11ed71dd811205a04
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 18:17:06 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 18:17:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce720f5
sci-mathematics/relational: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/relational/relational-2.5-r2.ebuild | 4 ++--
1 file 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 708b76f72de..41251c5f5f9 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}"