Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
Date: Sat, 17 Jul 2021 18:18:28
Message-Id: 1626545826.0ce720f544dbecc10757a8f11ed71dd811205a04.soap@gentoo
1 commit: 0ce720f544dbecc10757a8f11ed71dd811205a04
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:06 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce720f5
7
8 sci-mathematics/relational: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-mathematics/relational/relational-2.5-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild
16 index 708b76f72de..41251c5f5f9 100644
17 --- a/sci-mathematics/relational/relational-2.5-r2.ebuild
18 +++ b/sci-mathematics/relational/relational-2.5-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +PYTHON_COMPAT=( python3_{8,9} )
25
26 inherit python-single-r1
27
28 @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30 DEPEND="${PYTHON_DEPS}
31 $(python_gen_cond_dep '
32 - dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}]
33 + dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
34 ')
35 "
36 RDEPEND="${DEPEND}"