Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/
Date: Sun, 06 Feb 2022 10:49:18
Message-Id: 1644144400.b9831df0c4ce536729fb71a0298b7c2a41618b32.asturm@gentoo
1 commit: b9831df0c4ce536729fb71a0298b7c2a41618b32
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 10:46:40 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9831df0
7
8 www-client/falkon: Add missing dev-python/pyside[webengine] usedep
9
10 Bug: 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-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
18 index 702af5b75a..867ce92366 100644
19 --- a/www-client/falkon/falkon-9999.ebuild
20 +++ b/www-client/falkon/falkon-9999.ebuild
21 @@ -48,7 +48,7 @@ COMMON_DEPEND="
22 python? (
23 ${PYTHON_DEPS}
24 $(python_gen_cond_dep '
25 - dev-python/pyside2[designer,gui,widgets,${PYTHON_USEDEP}]
26 + dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}]
27 dev-python/shiboken2[${PYTHON_USEDEP}]
28 ')
29 )