Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Sun, 06 Feb 2022 21:17:15
Message-Id: 1644182193.1588699c75e91b5fd34c32efb396d0f0813b3c5b.asturm@gentoo
1 commit: 1588699c75e91b5fd34c32efb396d0f0813b3c5b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 10:46:40 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 21:16:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1588699c
7
8 www-client/falkon: Add missing dev-python/pyside[webengine] usedep
9
10 Closes: https://bugs.gentoo.org/832729
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 www-client/falkon/{falkon-3.2.0.ebuild => falkon-3.2.0-r1.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-client/falkon/falkon-3.2.0.ebuild b/www-client/falkon/falkon-3.2.0-r1.ebuild
18 similarity index 96%
19 rename from www-client/falkon/falkon-3.2.0.ebuild
20 rename to www-client/falkon/falkon-3.2.0-r1.ebuild
21 index ec970f41b0da..617c1b0a9d8d 100644
22 --- a/www-client/falkon/falkon-3.2.0.ebuild
23 +++ b/www-client/falkon/falkon-3.2.0-r1.ebuild
24 @@ -48,7 +48,7 @@ COMMON_DEPEND="
25 python? (
26 ${PYTHON_DEPS}
27 $(python_gen_cond_dep '
28 - dev-python/pyside2[designer,gui,widgets,${PYTHON_USEDEP}]
29 + dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}]
30 dev-python/shiboken2[${PYTHON_USEDEP}]
31 ')
32 )